Convert stmt back into queryString

From: Dan Colish <dan(at)unencrypted(dot)org>
To: PGHACKERS <pgsql-hackers(at)postgresql(dot)org>
Subject: Convert stmt back into queryString
Date: 2009-08-05 01:16:13
Message-ID: 20090805011613.GH3109@blackbox.spiretech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am currently trying to convert an insertstmt back into a const
char *queryString, but I can't find an existing function to do this
for the life of me. I will write one if none exits, but I figured I
ask here first. Unfortunately, nodeToString is not quite right for
what I'm doing. Thanks in advance.

--
--Dan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-08-05 01:16:23 Re: the case for machine-readable error fields
Previous Message Tom Lane 2009-08-05 00:53:16 Re: [PATCH] DefaultACLs