Re: [BUGS] BUG #2969: Inaccuracies in Solaris FAQ

2007-02-21 Thread Zdenek Kotala
I work on it. It will be ready until Friday. Zdenek Bruce Momjian wrote: I have not seen an updated patch for FAQ_Solaris yet. --- Zdenek Kotala wrote: Rich Teer wrote: The following bug has been logged

[BUGS] pg_dump and truncate

2007-02-21 Thread Feng Chen
Hello there, I was trying to do a live db archive using the following steps: 1. Open a connection to the database; 2. With the connection, do the following: BEGIN; SET transaction ISOLATION level SERIALIZABLE; 3. Execute the following from the Linux shell: pg_dump dbname

Re: [BUGS] pg_dump and truncate

2007-02-21 Thread Tom Lane
"Feng Chen" <[EMAIL PROTECTED]> writes: > I was trying to do a live db archive using the following steps: > 1.Open a connection to the database; > 2.With the connection, do the following: > BEGIN; > SET transaction ISOLATION level SERIALIZABLE; > 3.Execute the following from the Linux