On 10/15/14, 12:22 AM, Stephen Frost wrote:
   BACKUP:
     pg_start_backup()
     pg_stop_backup()
     pg_switch_xlog()
     pg_create_restore_point()

It seems odd to me that this (presumably) supports PITR but not pg_dump*. I 
realize that most folks probably don't use pg_dump for actual backups, but I 
think it is very common to use it to produce schema-only (maybe with data from 
a few tables as well) dumps for developers. I've certainly wished I could offer 
that ability without going full-blown super-user.
--
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to