UNLOGGED tables in psql \d

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: UNLOGGED tables in psql \d
Date: 2011-02-22 03:08:31
Message-ID: AANLkTi=d1hy-h8VMWTh0tamvb76uoeXZiKWqkquLTJ8D@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

psql \d(+) doesn't show any information about UNLOGGED and TEMP attributes
for the table. So, we cannot know the table is unlogged or not unless
we directly select from pg_class.relpersistence. Is this a TODO item?

The same issue is in TEMP tables, but we can determine them by their
schema; they are always created in pg_temp_N schema.

--
Itagaki Takahiro

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2011-02-22 03:21:29 Re: validating foreign tables
Previous Message Dan Ports 2011-02-22 02:41:29 Re: SSI bug?