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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't show unusable collations in psql's \dO command.
Date: 2011-04-09 18:09:15
Message-ID: E1Q8cax-0005Zw-S7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-04-09 18:40:23 pgsql: Adjust collation determination rules as per discussion.
Previous Message Andrew Dunstan 2011-04-09 03:12:02 pgsql: Latest consolidated typedef list from buildfarm.