UNLOGGED tables in psql \d - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject UNLOGGED tables in psql \d
Date
Msg-id AANLkTi=d1hy-h8VMWTh0tamvb76uoeXZiKWqkquLTJ8D@mail.gmail.com
Whole thread Raw
Responses Re: UNLOGGED tables in psql \d  (Cédric Villemain <cedric.villemain.debian@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: Dan Ports
Date:
Subject: Re: SSI bug?
Next
From: Andrew Dunstan
Date:
Subject: Re: validating foreign tables