pgsql: Don't show unusable collations in psql's \dO command.

Started by Tom Laneover 15 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Don't show unusable collations in psql's \dO command.

"Unusable" collations are those not matching the current database's
encoding. The former behavior inconsistently showed such collations
some of the time, depending on the details of the pattern argument.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7c76906b7e24d9ea94a2b0e33396ebcac600437d

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 8 +++++---
src/bin/psql/describe.c | 14 +++++++++++---
2 files changed, 16 insertions(+), 6 deletions(-)