[ADMIN] why use -Ft or -Fc instead of the other on pg_dump?

2008-02-19 Thread Douglas J Hunley
I seemed to have walked into a "spirited" debate at work today, so I'm turning to the authorities to get it resolved. Why would one choose -Ft over -Fc (or vice-versa) when doing pg_dump? Is there truly any difference of note (outside the formats themselves)? Thanks -- Douglas

Re: [ADMIN] why use -Ft or -Fc instead of the other on pg_dump?

2008-02-19 Thread Douglas J Hunley
to choose it without a specific need to.  I think it has some > other limitations too, but those are two that I recall immediately. Excellent. Pretty much closes the debate here. Thx Tom -- Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778 http://doug.hunley.homeip.net "She&

Re: [ADMIN] select exact term

2013-03-28 Thread Douglas J Hunley
gt; ** ** > > Marc > http://www.postgresql.org/docs/9.2/static/functions-matching.html -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: douglasjhunley.com G+: http://goo.gl/sajR3

Re: [ADMIN] Hot standby with streaming replication under PgSQL 9.1.x : failover when master crashes?

2013-04-02 Thread Douglas J Hunley
On Tue, Apr 2, 2013 at 10:29 AM, David Guyot (English) < david.gu...@europecamions-interactive.com> wrote: > restore_command = 'rsync -av 192.168.0.80:/var/lib/postgresql/WAL/%f %p' > You're telling the recovery process to get the files off the (now dead) master her

Re: [ADMIN] Hot standby with streaming replication under PgSQL 9.1.x : failover when master crashes?

2013-04-02 Thread Douglas J Hunley
for the day-to-day standby service? If you're going to do WAL shipping, your 'archive_command' on the master needs to be copying over to the standby (rsync or whatever). Then the standby's recovery.conf would be a simple 'cp /path/to/wal-archive' type of command.

Re: [ADMIN] Hot standby with streaming replication under PgSQL 9.1.x : failover when master crashes?

2013-04-02 Thread Douglas J Hunley
this line useless for the day-to-day standby service? > This might help (just stop before the cascade stuff) http://bartek.im/blog/2012/12/04/postgresql-92-streaming-primer.html -- Douglas J Hunley (doug.hun...@gmail.com) Twitter: @hunleyd Web: dou