Thread: pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl

pgsql: Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctl

From
Tom Lane
Date:
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.

Per bug #7615 from Marko Tiikkaja.  Apparently nobody ever tried this
case before ...

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c47b40894d0a309a83a1f390ce0b6ae8959195db

Modified Files
--------------
src/backend/utils/adt/ruleutils.c |   18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)