postgresql/src/bin
Tom Lane 134b463f02 Fix up pg_dump to do string escaping fully correctly for client encoding
and standard_conforming_strings; likewise for the other client programs
that need it.  As per previous discussion, a pg_dump dump now conforms
to the standard_conforming_strings setting of the source database.
We don't use E'' syntax in the dump, thereby improving portability of
the SQL.  I added a SET escape_strings_warning = off command to keep
the dumps from getting a lot of back-chatter from that.
2006-05-28 21:13:54 +00:00
..
initdb Fix initdb to properly escape quotes and backslashes in the supplied 2006-05-27 18:07:06 +00:00
ipcclean Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_config Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_controldata Define a separately configurable XLOG_BLCKSZ symbol for the page size 2006-04-03 23:35:05 +00:00
pg_ctl Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_dump Fix up pg_dump to do string escaping fully correctly for client encoding 2006-05-28 21:13:54 +00:00
pg_resetxlog In pg_resetxlog.c, uint -> uint32, for Win32 port. 2006-04-26 21:52:31 +00:00
pgevent Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
psql Fix up pg_dump to do string escaping fully correctly for client encoding 2006-05-28 21:13:54 +00:00
scripts Fix up pg_dump to do string escaping fully correctly for client encoding 2006-05-28 21:13:54 +00:00
Makefile Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00