]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Sync ECPG's CREATE TABLE AS statement with backend's.
authorMichael Meskes <meskes@postgresql.org>
Mon, 18 Feb 2019 10:57:34 +0000 (11:57 +0100)
committerMichael Meskes <meskes@postgresql.org>
Mon, 18 Feb 2019 11:16:45 +0000 (12:16 +0100)
commit180606b6851edd447bde566fea24e67557ae016f
tree7826392feddfb13b242b16bb4ac2d2ee92510d14
parent916b50a5ae0a7a64ca3b2497ccb1b97ce72f8aa9
Sync ECPG's CREATE TABLE AS statement with backend's.

Author: Higuchi-san ("Higuchi, Daisuke" <higuchi.daisuke@jp.fujitsu.com>)
src/interfaces/ecpg/preproc/ecpg.trailer
src/interfaces/ecpg/test/ecpg_schedule
src/interfaces/ecpg/test/expected/sql-createtableas.c [new file with mode: 0644]
src/interfaces/ecpg/test/expected/sql-createtableas.stderr [new file with mode: 0644]
src/interfaces/ecpg/test/expected/sql-createtableas.stdout [new file with mode: 0644]
src/interfaces/ecpg/test/sql/Makefile
src/interfaces/ecpg/test/sql/createtableas.pgc [new file with mode: 0644]