Skip to content

ryan5500/postgresql-docker-str-comparison-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

postgresql-docker-str-comparison-sample

In the docker image of postgresql, the results of the following query are different between the normal version and the alpine version. This repo is a sample code that works.

postgres > select 'a' < 'A';
# true in normal version, false in alpine version.

How To Run

docker-compose up -d
bash test.sh

My Execution result was saved at output.txt.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages