Re: pg_dump -s dumps data?!
Adrian Klaver <adrian.klaver@gmail.com>
From: Adrian Klaver <adrian.klaver@gmail.com>
To: depesz@depesz.com
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-general@postgresql.org
Date: 2012-01-30T17:43:46Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add --section option to pg_dump and pg_restore.
- a4cd6abcc901 9.2.0 cited
-
Add --exclude-table-data option to pg_dump.
- 7b070e896ca8 9.2.0 cited
On 01/30/2012 09:23 AM, hubert depesz lubaczewski wrote: > > I think I explained it in previous mails, and if not - sorry, but > I clearly can't explain good enough - the point is that with the way how > extensions now work, they are useless for providing way to create > tables that will store data, in case you would ever want dump without > this data. So in summary; if an extension creates a user table you want access to that table(schema and data) via pg_dump, outside the extension mechanism, without resorting to marking it as a configuration table. Is that correct ? > > Best regards, > > depesz > > -- Adrian Klaver adrian.klaver@gmail.com