Thread: pgsql: Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.

pgsql: Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.

From
Tom Lane
Date:
Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.

"INSERT INTO foo() VALUES ()" is invalid syntax, so don't do that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8f9cc41daf08be802933dc788517743719ee0949

Modified Files
--------------
contrib/postgres_fdw/deparse.c |   52 ++++++++++++++++++++++-----------------
1 files changed, 29 insertions(+), 23 deletions(-)