postgresql/src/bin
Tom Lane 94e467061e Fix pg_dump to ensure that a comment on a table CHECK constraint cannot
be emitted too soon.  The previous code got this right in the case where
the CHECK was emitted as a separate ALTER TABLE command, but not in the
case where the CHECK is emitted right in CREATE TABLE.  Per report from
Slawomir Sudnik.

Note: this code is pretty ugly; it'd perhaps be better to treat comments
as independently sortable dump objects.  That'd be much too invasive a
change for RC time though.
2004-12-14 21:35:20 +00:00
..
initdb Translation updates 2004-12-13 21:49:10 +00:00
ipcclean
pg_config Translation updates 2004-12-13 21:49:10 +00:00
pg_controldata Translation updates 2004-12-11 19:45:34 +00:00
pg_ctl Translation updates 2004-12-13 21:49:10 +00:00
pg_dump Fix pg_dump to ensure that a comment on a table CHECK constraint cannot 2004-12-14 21:35:20 +00:00
pg_resetxlog Prevent pg_resetxlog from being run as root. If this is allowed, some 2004-12-14 01:59:41 +00:00
pgevent Add Win32 version info to client binaries. 2004-10-05 19:30:25 +00:00
psql Translation updates 2004-12-13 21:49:10 +00:00
scripts Fix typo 2004-12-14 11:11:20 +00:00
Makefile Add pgevent, with docs explaining out to install it on Win32. 2004-06-20 01:32:49 +00:00