pgsql: This fixes pg_dump so that when using the '-O' no owners option

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: This fixes pg_dump so that when using the '-O' no owners option
Дата
Msg-id 20060209205213.655299DCAC3@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.120 -> r1.121)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.120&r2=1.121)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Provide the libpq error message when PQputline or PQendcopy
Следующее
От: dfetter@pgfoundry.org (User Dfetter)
Дата:
Сообщение: dbi-link - dbi-link: Removed USAGE.txt.