diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-02-09 20:52:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-02-09 20:52:13 +0000 |
commit | 593763c086e76159cc9562e9b024ad772af9d5fe (patch) | |
tree | e240b7b8dbcd4bb4f8587155c62dd554edfc7199 /src/backend/access/gist/gistvacuum.c | |
parent | ff2cc83f8a738512c8c0dacbf8d36bc1a9467589 (diff) | |
download | postgresql-593763c086e76159cc9562e9b024ad772af9d5fe.tar.gz postgresql-593763c086e76159cc9562e9b024ad772af9d5fe.zip |
This fixes pg_dump so that when using the '-O' no owners option it does
not print the owner name in the object comment.
eg:
--
-- Name: actor; Type: TABLE; Schema: public; Owner: chriskl; Tablespace:
--
Becomes:
--
-- Name: actor; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
This makes it far easier to do 'user independent' dumps. Especially for
distribution to third parties.
Christopher Kings-Lynne
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions