Re: [HACKERS] parameterized fetch

2005-09-14 Thread Oliver Jowett
Merlin Moncure wrote: > I've noticed that trying to parameterize a fetch statement via > ExecParams returns a syntax error: > > fetch $1 from my_cursor; > > This is not really a big deal, but maybe it should be documented which > statements can be parameterized and which can't Currently the docu

[HACKERS] parameterized fetch

2005-09-14 Thread Merlin Moncure
I've noticed that trying to parameterize a fetch statement via ExecParams returns a syntax error: fetch $1 from my_cursor; This is not really a big deal, but maybe it should be documented which statements can be parameterized and which can't (I take it that any statement that can be prepared can