forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd26ac35
committed
Doc: clarify the default collation behavior of domains.
The previous wording was "the underlying data type's default collationis used", which is wrong or at least misleading. The domain inheritsthe base type's collation behavior, which if "default" actually canmean that we use some non-default collation obtained from elsewhere.Per complaint from Jian He.Discussion:https://postgr.es/m/CACJufxHMR8_4WooDPjjvEdaxB2hQ5a49qthci8fpKP0MKemVRQ@mail.gmail.com1 parent4e54d23 commitd26ac35
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
| 98 | + | |
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
|
0 commit comments
Comments
(0)