pgsql: Don't show unusable collations in psql's \dO command. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Don't show unusable collations in psql's \dO command.
Date
Msg-id E1Q8cax-0005Zw-S7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Latest consolidated typedef list from buildfarm.
Next
From: Tom Lane
Date:
Subject: pgsql: Adjust collation determination rules as per discussion.