postgresql/src/bin/pg_dump
Peter Eisentraut 51afb9305c Have pg_dumpall write CREATE USER and CREATE GROUP commands instead of raw
COPYs of pg_shadow and pg_group.

It also turns out that pg_dumpall was all but broken for multiple servers
running at non-standard port numbers. You might get the users and groups
from one server and the databases from another. Fixed that.

A little user interface and code cleanup along with that. This also takes
care of the portability bug discussed in "[BUGS] pg_dumpall" in March 2000.
2000-07-03 16:35:39 +00:00
..
common.c Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 2000-06-14 18:18:01 +00:00
Makefile Have pg_dumpall write CREATE USER and CREATE GROUP commands instead of raw 2000-07-03 16:35:39 +00:00
pg_dump.c Version number now set in configure, available through Makefile.global 2000-07-02 15:21:27 +00:00
pg_dump.h
pg_dumpall.sh Have pg_dumpall write CREATE USER and CREATE GROUP commands instead of raw 2000-07-03 16:35:39 +00:00
pg_upgrade Accept pg_group as well as pg_shadow data from dumpall script. 2000-05-05 03:08:20 +00:00