Re: Survey on backing up unlogged tables: help us with PostgreSQL development! - Mailing list pgsql-general

From Jayadevan M
Subject Re: Survey on backing up unlogged tables: help us with PostgreSQL development!
Date
Msg-id OF625BCB5D.B590C88E-ON652577E0.0012646A-652577E0.0012B65E@ibsplc.com
Whole thread Raw
In response to Re: Survey on backing up unlogged tables: help us with PostgreSQL development!  (Andy Colson <andy@squeakycode.net>)
Responses Re: Survey on backing up unlogged tables: help us with PostgreSQL development!  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
List pgsql-general
Hi,

> > One doubt - if the tables are 'unlogged' , will the DMLs against these
> > still be replicated to a slave?
> >
>
> Yes, because the system tables, which store the layout of all tables, is

> written to WAL.
Thank you for the reply. But my doubt was not about layout, rather the
DMLs. If I do an insert into an 'unlogged' table, what happens to that?
Will that be replicated in the slave (using PostgreSQL's inbuilt
replication)?
Regards,
Jayadevan





DISCLAIMER:

"The information in this e-mail and any attachment is intended only for
the person to whom it is addressed and may contain confidential and/or
privileged material. If you have received this e-mail in error, kindly
contact the sender and destroy all copies of the original communication.
IBS makes no warranty, express or implied, nor guarantees the accuracy,
adequacy or completeness of the information contained in this email or any
attachment and is not liable for any errors, defects, omissions, viruses
or for resultant loss or damage, if any, direct or indirect."






pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Re: subquery join order by
Next
From: Tomas Vondra
Date:
Subject: How to identify whether the stats were reset?