]> granicus.if.org Git - postgresql/commit
Don't show unusable collations in psql's \dO command.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Apr 2011 18:08:41 +0000 (14:08 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Apr 2011 18:08:41 +0000 (14:08 -0400)
commit7c76906b7e24d9ea94a2b0e33396ebcac600437d
treef7f47e8e007baa63549aaded224c6d766834619b
parentfe1438da8aa8a45f2cee816eb54841f97d3b2f22
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.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/describe.c