Commit b79183e2 authored by yuki_chen's avatar yuki_chen Committed by yuki_chen
Browse files

add db creating tips

parent 3065f4f6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -70,6 +70,12 @@ username=postgres
password=postgres
```

### Tips

Please create database with `UTF8` encoding and `en_US.UTF8` locale, or you may encounter ordering bugs.

See: https://github.com/NewbieOrange/SUSTech-SQL-Project2-Public/issues/88

### Additional requirements of interface

#### Java