forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7129a97
committed
psql: fix \l display for pre-v15 databases.
With a pre-v15 server, show NULL for the "ICU Locale" column,matching what you see in v15 when the database locale isn't ICU.The previous coding incorrectly repeated datcollate here.(There's an unfinished discussion about whether to consolidatethese columns in \l output, but in any case we'd want this fixfor \l+ output.)Euler Taveira, per report from Christoph BergDiscussion:https://postgr.es/m/YlmIFCqu+TZSW4rB@msg.df7cb.de1 parent6fea655 commit7129a97
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
904 | 904 |
| |
905 | 905 |
| |
906 | 906 |
| |
907 |
| - | |
| 907 | + | |
908 | 908 |
| |
909 | 909 |
| |
910 | 910 |
| |
|
0 commit comments
Comments
(0)