Re: [HACKERS] SSPI authentication

2007-07-17 Thread Paul Silveira
This is great. I've worked on 2 projects in the last year that desperately needed this. It will certainly make the security model more seamless... -Paul Magnus Hagander-2 wrote: A quick status update on the SSPI authentication part of the GSSAPI project. I have libpq SSPI working

Re: [HACKERS] Proposal for Implenting read-only queries during wal replay (SoC 2007)

2007-02-27 Thread Paul Silveira
only copies of the database and placed them behind load balancers to make the data more available. Something like this would allow me to quickly leverage a read only node to scale out the applicaiton... If it can at all be built, it would get my first, second and third vote. :) Regards, Paul

Re: [HACKERS] snapshot replication with pg_dump

2006-08-21 Thread Paul Silveira
to the remote server to be executed as a transaction so that users could still read from that able while my command was running. Any ideas??? Thanks in advance, Paul Christopher Browne-4 wrote: [EMAIL PROTECTED] (Paul Silveira) writes: Does anyone have any good examples of implementing snapshot

Re: [HACKERS] snapshot replication with pg_dump

2006-08-21 Thread Paul Silveira
not moving data that doesn't need to be moved. The goal is to only shapshot data in tables that has changed. I would like to wrap that in a transaction. -Paul Martijn van Oosterhout wrote: On Mon, Aug 21, 2006 at 06:40:22AM -0700, Paul Silveira wrote: Yes the needs are simple. I

[HACKERS] snapshot replication with pg_dump

2006-08-11 Thread Paul Silveira
Hello, Does anyone have any good examples of implementing snapshot replication. I know that PostgreSQL does not have snapshot replication and that Slony-I is the recomended replication senario but I've configured it and it seems rather advanced for a shop that is implementing PostgreSQL for the

Re: [HACKERS] Better name/syntax for online index creation

2006-07-28 Thread Paul Silveira
I really like the CREATE INDEX CONCURRENTLY suggestion that I've seem in this thread. That seems like a good alternative to ONLINE and is very easy to understand. Regards, Paul -- View this message in context:

Re: [HACKERS] Better name/syntax for online index creation

2006-07-26 Thread Paul Silveira
any blocking or writers or readers. There might be a better token word to use in this situation but I don't think that ONLINE would be out of bounds... Just my 2 cents... Paul Silveira -- View this message in context: http://www.nabble.com/Better-name-syntax-for-%22online%22-index-creation