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
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
"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