unlooged tables

From: Igor Neyman <ineyman(at)perceptron(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: unlooged tables
Date: 2012-11-06 21:09:03
Message-ID: A76B25F2823E954C9E45E32FA49D70EC08EED80F@mail.corp.perceptron.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Igor Neyman 2012-11-06 21:20:01 Re: unlooged tables
Previous Message Edwin Grubbs 2012-11-06 21:03:07 SIGQUIT vs SIGINT