On Saturday 23 February 2008 00:40, Tom Lane wrote:
> Andy Pavlo <[EMAIL PROTECTED]> writes:
> > I have added support in readfuncs.c to write out Query and PlannedStmt
> > objects using nodeToString() and then read them back in. We needed this
> > so that we could use PREPARE and write the argument
Andy Pavlo <[EMAIL PROTECTED]> writes:
> I have added support in readfuncs.c to write out Query and PlannedStmt
> objects
> using nodeToString() and then read them back in. We needed this so that we
> could use PREPARE and write the arguments to StorePreparedStatement() out to
> a file. We are