Re: [ADMIN] unlooged tables

2012-11-06 Thread Craig Ringer
On 11/07/2012 05:09 AM, Igor Neyman wrote: > > 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)

Re: [ADMIN] unlooged tables

2012-11-06 Thread Igor Neyman
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/vie

[ADMIN] unlooged tables

2012-11-06 Thread Igor Neyman
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