unlooged tables - Mailing list pgsql-admin

From Igor Neyman
Subject unlooged tables
Date
Msg-id A76B25F2823E954C9E45E32FA49D70EC08EED80F@mail.corp.perceptron.com
Whole thread Raw
Responses Re: unlooged tables  (Craig Ringer <ringerc@ringerc.id.au>)
List pgsql-admin

Hi,

 

Where in pg_catalog I can find, if the table was created as “unlogged” (or not)?

As in: create unlogged table t1(c1 int);

I can’t seem to find this info in pg_catalog tables/views.

 

Tried psql with –E to describe (\d) unlogged table, but it was not helpful.

 

Regards,

Igor Neyman

pgsql-admin by date:

Previous
From: Edwin Grubbs
Date:
Subject: SIGQUIT vs SIGINT
Next
From: Igor Neyman
Date:
Subject: Re: unlooged tables