forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b451fd
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 parente3f9dca commit4b451fd
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
|
0 commit comments
Comments
(0)