postgresql/src/man
Bruce Momjian 916710fc91 pg_dump -z has gotten rather thoroughly broken in the last couple
of days --- it was emitting stuff like
	REVOKE ALL on 'table' from PUBLIC; GRANT ALL on "table" to
	"Public"; neither of which work.  While I was at it I
cleaned up a few other things:

* \connect commands are issued only in -z mode.  In this way,
reloading a pg_dump script made without -z will generate a simple
database wholly owned by the invoking user, rather than a mishmash
of tables owned by various people but lacking in access rights.
(Analogy: cp versus cp -p.)

* \connect commands are issued just before COPY FROM stdin commands;
without this, reloading a database containing non-world-writable
tables tended to fail because the COPY was not necessarily attempted
as the table owner.

* Redundant \connect commands are suppressed (each one costs a
backend launch, so...).

* Man page updated (-z wasn't ever documented).

The first two items were discussed in a pgsql-hackers thread around
6 May 98 ("An item for the TODO list: pg_dump and multiple table
owners") but no one had bothered to deal with 'em yet.

			regards, tom lane
1998-07-19 05:24:51 +00:00
..
abort.l Manual page fixes. 1998-03-23 15:09:43 +00:00
alter_table.l cleanup 1998-06-24 13:21:30 +00:00
alter_user.l pg_user cleanup. 1998-03-06 18:03:38 +00:00
begin.l Mention rollback instead of abort. 1998-03-25 01:54:53 +00:00
bki.5 Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
catalogs.3 Mention rollback instead of abort. 1998-03-25 01:54:53 +00:00
cleardbdir.1 cleanup 1998-06-24 13:21:30 +00:00
close.l Manual page dash cleanup. 1998-01-11 22:18:01 +00:00
cluster.l CLUSTER cleanup 1998-03-15 02:13:23 +00:00
commit.l Mention rollback instead of abort. 1998-03-25 01:54:53 +00:00
copy.l cleanup 1998-06-24 13:21:30 +00:00
create_aggregate.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
create_database.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
create_function.l cleanup 1998-06-24 13:21:30 +00:00
create_index.l Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
create_language.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
create_operator.l cleanup 1998-06-24 13:21:30 +00:00
create_rule.l cleanup 1998-06-24 13:21:30 +00:00
create_sequence.l Major man page update from Tom Lane. c 1998-07-14 01:45:25 +00:00
create_table.l cleanup 1998-06-24 13:21:30 +00:00
create_trigger.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
create_type.l cleanup 1998-06-24 13:21:30 +00:00
create_user.l cleanup 1998-06-24 13:21:30 +00:00
create_version.l cleanup 1998-06-24 13:21:30 +00:00
create_view.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
createdb.1 cleanup 1998-06-24 13:21:30 +00:00
createuser.1 cleanup 1998-06-24 13:21:30 +00:00
declare.l Add cursor name to man page. 1998-04-28 18:39:11 +00:00
delete.l cleanup 1998-06-24 13:21:30 +00:00
destroydb.1 cleanup 1998-06-24 13:21:30 +00:00
destroyuser.1 cleanup 1998-06-24 13:21:30 +00:00
drop_aggregate.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
drop_database.l cleanup 1998-06-24 13:21:30 +00:00
drop_function.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
drop_index.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
drop_language.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
drop_operator.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
drop_rule.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
drop_sequence.l Manual page dash cleanup. 1998-01-11 22:18:01 +00:00
drop_table.l cleanup 1998-06-24 13:21:30 +00:00
drop_trigger.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
drop_type.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
drop_user.l cleanup 1998-06-24 13:21:30 +00:00
drop_view.l cleanup 1998-06-24 13:21:30 +00:00
drop.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
ecpg.1 cleanup 1998-06-24 13:21:30 +00:00
end.l Mention rollback instead of abort. 1998-03-25 01:54:53 +00:00
explain.l Pass attypmod through to executor by adding to Var and Resdom. 1998-02-10 04:02:59 +00:00
fetch.l cleanup 1998-06-24 13:21:30 +00:00
grant.l cleanup 1998-06-24 13:21:30 +00:00
initdb.1 cleanup 1998-06-24 13:21:30 +00:00
initlocation.1 Manual page dash cleanup. 1998-01-11 22:18:01 +00:00
insert.l cleanup 1998-06-24 13:21:30 +00:00
ipcclean.1 Manual page dash cleanup. 1998-01-11 22:18:01 +00:00
large_objects.3 cleanup 1998-06-24 13:21:30 +00:00
libpq.3 Update word. 1998-07-15 17:34:06 +00:00
listen.l From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
load.l Manual page dash cleanup. 1998-01-11 22:18:01 +00:00
lock.l Manual page fixes. 1998-03-23 15:09:43 +00:00
Makefile DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
move.l Manual page fixes. 1998-03-23 15:09:43 +00:00
notify.l From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
oracle_compat.3 Add man page for oracle compatibility functions 1997-03-07 00:47:41 +00:00
page.5 Manual page dash cleanup. 1998-01-11 22:18:01 +00:00
pg_dump.1 pg_dump -z has gotten rather thoroughly broken in the last couple 1998-07-19 05:24:51 +00:00
pg_dumpall.1 cleanup 1998-06-24 13:21:30 +00:00
pg_hba.conf.5 cleanup 1998-06-24 13:21:30 +00:00
pg_passwd.1 cleanup 1998-06-24 13:21:30 +00:00
pgbuiltin.3 cleanup 1998-06-24 13:21:30 +00:00
pgintro.1 cleanup 1998-06-24 13:21:30 +00:00
postgres.1 postmaster/postgres options cleanup. 1998-05-27 18:32:05 +00:00
postmaster.1 cleanup 1998-06-24 13:21:30 +00:00
psql.1 cleanup 1998-06-24 13:21:30 +00:00
README moved man pages here, as requested by Bryan 1996-11-14 10:18:14 +00:00
reset.l cleanup 1998-06-24 13:21:30 +00:00
revoke.l cleanup 1998-06-24 13:21:30 +00:00
rollback.l Manual page fixes. 1998-03-23 15:09:43 +00:00
select.l add mention of DISTINCT ON attrN 1998-07-12 04:49:47 +00:00
set.l cleanup 1998-06-24 13:21:30 +00:00
show.l cleanup 1998-06-24 13:21:30 +00:00
sql.l Remove monitor mention and add psql. 1998-07-16 15:54:39 +00:00
update.l Add underscores in manual references. 1998-06-23 17:52:38 +00:00
vacuum.l Mention rollback instead of abort. 1998-03-25 01:54:53 +00:00

The page.5 source should be run through pic when generating troff
output.  nroff doesn't handle pic.