]> granicus.if.org Git - postgresql/commit
Allow the second argument of pg_get_expr() to be just zero when deparsing
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 May 2009 17:36:05 +0000 (17:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 May 2009 17:36:05 +0000 (17:36 +0000)
commit48938ab50686b98d2af4536bbf342a5011393815
tree1d2221d7c2af9c90f321e19b4a8a1e231b91c35e
parent99bf328237d89e0fd22821a940d4af0506353218
Allow the second argument of pg_get_expr() to be just zero when deparsing
an expression that's not supposed to contain variables.  Per discussion
with Gevik Babakhani, this eliminates the need for an ugly kluge (namely,
specifying some unrelated relation name).  Remove one such kluge from
pg_dump.
doc/src/sgml/func.sgml
src/backend/utils/adt/ruleutils.c
src/bin/pg_dump/pg_dump.c