forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4a65e1c
committed
doc: Fix description of deterministic flag of CREATE COLLATION
The documentation said that you need to pick a suitable LC_COLLATEsetting in addition to setting the DETERMINISTIC flag. This wouldhave been correct if the libc provider supported nondeterministiccollations, but since it doesn't, you actually need to set the LOCALEoption.Reviewed-by: Kashif Zeeshan <kashi.zeeshan@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/a71023c2-0ae0-45ad-9688-cf3b93d0d65b%40eisentraut.org1 parent9c1d1bd commit4a65e1c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
| 157 | + | |
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
|
0 commit comments
Comments
(0)