Re: [patch] [doc] Clarify temporary table name shadowing in CREATE TABLE

2020-11-02 Thread Magnus Hagander
On Wed, Oct 21, 2020 at 5:29 PM David G. Johnston wrote: > > Hackers, > > Moving this over from -general [1] Applied, thanks! -- Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/

[patch] [doc] Clarify temporary table name shadowing in CREATE TABLE

2020-10-21 Thread David G. Johnston
Hackers, Moving this over from -general [1] David J. [1] https://www.postgresql.org/message-id/CAKFQuwaM1K%3DprJNwKnoaC2AyDFn-7OvtCpmQ23bcVe5Z%3DLKA3Q%40mail.gmail.com diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 087cad184c..a400334092 100644 --- a/