Re: Thom Brown 2014-08-20 <CAA-aLv7TeF8iM=7u7tsgl4s5jh1a+shq_ny7gorzc_g_yj7...@mail.gmail.com> > "ERROR: table test is not permanent" > > Perhaps this would be better as "table test is unlogged" as "permanent" > doesn't match the term used in the DDL syntax.
I was also wondering that, but then figured that when ALTER TABLE SET UNLOGGED is invoked on temp tables, the error message "is not permanent" was correct while the apparent opposite "is unlogged" is wrong. Christoph -- [email protected] | http://www.df7cb.de/ -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
