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

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

From
Tom Lane
Date:
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(-)