]> granicus.if.org Git - postgresql/commit
Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Mar 2013 18:26:05 +0000 (14:26 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Mar 2013 18:26:05 +0000 (14:26 -0400)
commit8f9cc41daf08be802933dc788517743719ee0949
tree79e59fb2cc657208be862823b8c0bd69d33970b7
parent41eef0ff75c3ea905513ae46f795c0409635fac8
Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.

"INSERT INTO foo() VALUES ()" is invalid syntax, so don't do that.
contrib/postgres_fdw/deparse.c