On 10/25/11 12:11 AM, Sally Nayer wrote:
Is there commercial solution that uses the same concept of wal streaming and 
allows the Creation of temp tables on slave

WAL files represent 'delta changes' between the state of the postgres file system. *anything* that changes database files on the slave side would render the WAL files inherently unusable.

to do what you want would require using a fundamentally different replication method, such as Slony or Bucardo.



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


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

Reply via email to