postgresql/src/bin/pg_dump
Bruce Momjian 52d0265736 it seems in the beta2 release DBUSERID in pg_dumpall is the _name_ of the
user, so it doesn't need to be translated from the number to the name.

also ``create database ...'' does not take numbers for the encoding, so
the ENCODING variable does not need to be translated to a number, but left
as the text representation.  a patch is supplied to make the changes i
have found to work.  i was successful dumping and reloading my database
after these changes.
-

John M. Flinchbaugh
2000-03-19 02:19:43 +00:00
..
common.c Add: 2000-01-26 05:58:53 +00:00
Makefile.in I've made a diff against the 7.0beta1 tree that accomplishes several things: 2000-03-08 01:58:46 +00:00
pg_dump.c Disable/reenable triggers for data only dump. 2000-02-07 16:30:58 +00:00
pg_dump.h Add: 2000-01-26 05:58:53 +00:00
pg_dumpall it seems in the beta2 release DBUSERID in pg_dumpall is the _name_ of the 2000-03-19 02:19:43 +00:00
pg_upgrade 1. miscadmin.h needs to include sys/types.h for a definition of pid_t 2000-02-23 15:46:15 +00:00