| From: | Peter Eisentraut - PostgreSQL <petere> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/bin/pg_dump (pg_dumpall.sh Makefile pg_dumpall) |
| Date: | 2000-07-03 16:35:39 |
| Message-ID: | 200007031635.e63GZdK38867@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Monday, July 3, 2000 @ 12:35:39
Author: petere
Update of /home/projects/pgsql/cvsroot/pgsql/src/bin/pg_dump
from hub.org:/home/projects/pgsql/tmp/cvs-serv38539/src/bin/pg_dump
Modified Files:
Makefile
Added Files:
pg_dumpall.sh
Removed Files:
pg_dumpall
----------------------------- Log Message -----------------------------
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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2000-07-03 16:47:26 | Re: pgsql/src/backend/postmaster (postmaster.c) |
| Previous Message | Bruce Momjian - CVS | 2000-07-03 16:03:30 | pgsql/contrib/spi (README.MAX new_example.example) |