pgsql: Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for E

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for E
Date: 2011-03-16 00:19:11
Message-ID: E1PzeSF-0000M7-Ld@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2b8364de698b0b425e5d8631a63c91387ee098ef

Modified Files
--------------
src/pl/plpgsql/src/pl_exec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-03-16 00:48:05 pgsql: Adjust doc wording about the casting exceptions for composite ty
Previous Message Bruce Momjian 2011-03-15 23:50:42 pgsql: Fix spelling error in fuzzystrmatch docs.