From: | Igor Neyman <ineyman(at)perceptron(dot)com> |
---|---|
To: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: unlooged tables |
Date: | 2012-11-06 21:20:01 |
Message-ID: | A76B25F2823E954C9E45E32FA49D70EC08EED845@mail.corp.perceptron.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
From: Igor Neyman
Sent: Tuesday, November 06, 2012 4:09 PM
To: pgsql-admin(at)postgresql(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2012-11-06 21:53:40 | Re: SIGQUIT vs SIGINT |
Previous Message | Igor Neyman | 2012-11-06 21:09:03 | unlooged tables |