pgsql: Sync ECPG's CREATE TABLE AS statement with backend's.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Sync ECPG's CREATE TABLE AS statement with backend's.
Date: 2019-02-18 11:20:07
Message-ID: E1gvgxz-0007Rm-MF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Sync ECPG's CREATE TABLE AS statement with backend's.

Author: Higuchi-san ("Higuchi, Daisuke" <higuchi(dot)daisuke(at)jp(dot)fujitsu(dot)com>)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e81f0e3113e6d9791285e6629d5301759839f3c9

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.trailer | 9 +-
src/interfaces/ecpg/test/ecpg_schedule | 1 +
.../ecpg/test/expected/sql-createtableas.c | 164 +++++++++++++++++++++
.../ecpg/test/expected/sql-createtableas.stderr | 66 +++++++++
.../ecpg/test/expected/sql-createtableas.stdout | 2 +
src/interfaces/ecpg/test/sql/Makefile | 1 +
src/interfaces/ecpg/test/sql/createtableas.pgc | 41 ++++++
7 files changed, 283 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2019-02-18 11:54:46 pgsql: Properly end string to make sure ecpglib does not read beyond it
Previous Message Michael Meskes 2019-02-18 09:28:37 pgsql: Add bytea datatype to ECPG.