Re: prepareable statements - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: prepareable statements
Date
Msg-id GNELIHDDFBOCMGBFGEFOAENOCCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to prepareable statements  (nconway@klamath.dyndns.org (Neil Conway))
List pgsql-patches
> The syntax is largely SQL92 compliant, but not totally. I'm not sure how
> the SQL spec expects parameters to be set up in PREPARE, but I doubt
> it's the same way I used. And the SQL92 spec for EXECUTE is functionally
> similar, but uses a different syntax (EXECUTE ... USING INTO <rel>, I
> think). If someone can decipher the spec on these two points and
> can suggest what the proper syntax should be, let me know.

I'll have a read of the spec for you to see if I can decode something out of
it!  I think it's pretty essential we have full standard compliance on this
one!

Chris




pgsql-patches by date:

Previous
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: SQL99 doc update
Next
From: Thomas Lockhart
Date:
Subject: Re: SQL99 doc update