Re: unlogged tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: unlogged tables
Date
Msg-id 25335.1291745876@sss.pgh.pa.us
Whole thread Raw
In response to Re: unlogged tables  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: unlogged tables  (Robert Haas <robertmhaas@gmail.com>)
Re: unlogged tables  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I'm also going to go through and change all instances of the word
> "unlogged" to "volatile", per previous discussion.  If this seems like
> a bad idea to anyone, please object now rather than afterwards.

Hm... I thought there had been discussion of a couple of different
flavors of table volatility.  Is it really a good idea to commandeer
the word "volatile" for this particular one?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Dmitriy Igrishin
Date:
Subject: Re: Feature request - CREATE TYPE ... WITH OID = oid_number.
Next
From: Josh Berkus
Date:
Subject: Re: Final(?) proposal for wal_sync_method changes