postgresql/src/bin
Marc G. Fournier 476ef10913 This patch can be installed as part of 1.02.1 so people can properly
pg_dump and load to 2.0.  I haven't gotten any feedback on whether
people want it, so I am submitting it for others to decide.  I would
recommend an install in 1.02.1.

I had said that the 2.0 pg_dump could dump a 1.02.1 database, but I was
wrong.  The copy is actually performed by the backend, and the 2.0
database will not be able to read 1.02.1 databases because of the new
system columns.

This patch does several things.  It copies nulls out as \N, so they can
be distinguished from '' strings.  It fixes a problem where backslashes
in the input stream were not output as double-backslashes.  Without this
patch, backslashes copied out were deleted upon input, or interpreted as
special characters.  Third, input is now terminated by backslash-period.
This can not be part of a normal input stream.

I tested this by creating a database with all sorts of nulls, backslash,
and period fields and dumped the database and reloaded into a new
database and compared them.

Submitted by: Bruce
1996-08-14 05:44:25 +00:00
..
cleardbdir Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
createdb Fixed these script sonce and for all? 1996-07-27 02:19:18 +00:00
createuser Fixed these script sonce and for all? 1996-07-27 02:19:18 +00:00
destroydb Fixed these script sonce and for all? 1996-07-27 02:19:18 +00:00
destroyuser Fixed these script sonce and for all? 1996-07-27 02:19:18 +00:00
initdb Put in a new FAQ 1996-07-23 03:03:43 +00:00
ipcclean Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
monitor Put in a new FAQ 1996-07-23 03:03:43 +00:00
pg4_dump Put in a new FAQ 1996-07-23 03:03:43 +00:00
pg_dump This patch can be installed as part of 1.02.1 so people can properly 1996-08-14 05:33:11 +00:00
pg_id Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
pg_version Fixes: 1996-07-31 02:19:23 +00:00
pgtclsh Fix compiler not finding libpgtcl.h header file 1996-07-25 00:22:19 +00:00
psql This patch can be installed as part of 1.02.1 so people can properly 1996-08-14 05:44:25 +00:00
Makefile I have attached a minor update for the Postgres make files. This update 1996-08-13 07:48:33 +00:00
Makefile.global Here's a small makefile patch that corrects the following bug: The makefiles 1996-08-14 04:54:45 +00:00