pg_restore --data-only ignored - Mailing list pgsql-bugs

From Mike Finn
Subject pg_restore --data-only ignored
Date
Msg-id 9ttsof$1hqt$1@news.tht.net
Whole thread Raw
Responses Re: pg_restore --data-only ignored
List pgsql-bugs
While upgrading to 7.1.3 (from 7.1.2) I discovered that pg_restore was not
honouring the --data-only command line option.  Can't actually remember if
it worked in 7.1.2 or not.

Particulars:

postgresql-7.1.3.tar.gz
compiled under Linux mandrake 7.2

command used from a shell script

pg_restore --dbname=${dbName}2 --data-only -v  --superuser=postgres $dbDump


I could get around this by using a list file and then editing it to only
include data lines, but thought it should be reported as a bug.


--
=============================
Mike Finn
Tactical Executive Systems
mike.finn@tacticalExecutive.com

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL 7.1.3 - JDBC driver
Next
From: Bruce Momjian
Date:
Subject: Re: grant/revoke bug with delete/update