Re: unlooged tables - Mailing list pgsql-admin

From Igor Neyman
Subject Re: unlooged tables
Date
Msg-id A76B25F2823E954C9E45E32FA49D70EC08EED845@mail.corp.perceptron.com
Whole thread Raw
In response to unlooged tables  (Igor Neyman <ineyman@perceptron.com>)
List pgsql-admin
From: Igor Neyman
Sent: Tuesday, November 06, 2012 4:09 PM
To: pgsql-admin@postgresql.org
Subject: unlooged tables

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

Sorry for the noise.
As soon as previous message was sent I found it:

relpersistence column in pg_class ("u" for unlogged tables, "p" - for "normal" tables)

Igor N.


pgsql-admin by date:

Previous
From: Igor Neyman
Date:
Subject: unlooged tables
Next
From: Tom Lane
Date:
Subject: Re: SIGQUIT vs SIGINT