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

Update README.md

parent 1231e514
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ password=postgres

Please create database with `LC_COLLATE='C'`, which provides the platform-independent sorting result.

Here is a sample commands:
Here is a sample command:

```sql
CREATE DATABASE project2 WITH ENCODING='UTF8' LC_COLLATE = 'C';