postgresql/src
Tom Lane c29abc8b6f Fix assorted infelicities in collation handling in psql's describe.c.
In \d, be more careful to print collation only if it's not the default for
the column's data type.  Avoid assuming that the name "default" is magic.

Fix \d on a composite type so that it will print per-column collations.
It's no longer the case that a composite type cannot have modifiers.
(In consequence, the expected outputs for composite-type regression tests
change.)

Fix \dD so that it will print collation for a domain, again only if it's
not the same as the base type's collation.
2011-04-17 18:09:22 -04:00
..
backend Add check for matching column collations in ALTER TABLE ... INHERIT. 2011-04-17 16:22:13 -04:00
bin Fix assorted infelicities in collation handling in psql's describe.c. 2011-04-17 18:09:22 -04:00
include Simplify reindex_relation's API. 2011-04-16 17:26:41 -04:00
interfaces Rename pg_regress option --multibyte to --encoding 2011-04-15 08:42:05 +03:00
makefiles Allow make check in PL directories 2011-02-15 06:52:12 +02:00
pl Support a COLLATE clause in plpgsql variable declarations. 2011-04-17 14:54:19 -04:00
port pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Fix assorted infelicities in collation handling in psql's describe.c. 2011-04-17 18:09:22 -04:00
timezone Update time zone data files to tzdata release 2011f. 2011-04-13 18:03:23 -04:00
tools Rename pg_regress option --multibyte to --encoding 2011-04-15 08:42:05 +03:00
tutorial Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Rename pg_regress option --multibyte to --encoding 2011-04-15 08:42:05 +03:00
Makefile.shlib Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
nls-global.mk Fix makefile logic to not break the build when xgettext is missing 2010-10-14 23:16:46 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00