Re: switch UNLOGGED to LOGGED
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Leonardo Francalanci <m_lists@yahoo.it>, Alvaro Herrera <alvherre@commandprompt.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-05-07T16:34:34Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > On Fri, May 6, 2011 at 10:25 PM, Robert Haas <robertmhaas@gmail.com> wrote: >> ERROR: constraints on permanent tables may reference only permanent tables >> HINT: constraint %s > Argh, hit send too soon. > HINT: constraint %s references table %s <nitpick> That looks like a DETAIL, not a HINT. Also see message style guide about how that should be a complete sentence. </nitpick> regards, tom lane