dynamic sql with parameters in interactive queries - Mailing list pgsql-hackers

From anthony sun
Subject dynamic sql with parameters in interactive queries
Date
Msg-id 20021217081033.9EA051C627831@sm204.163.com
Whole thread Raw
List pgsql-hackers
hi postgresql supports dynamic sql with parameters in SQL function bodies, but not in interactive queries.  why?
 when i wrote a dynamic sql with parameters, ODBC just filled the values of parameters into query string and sent it to
serveras a static query string.
 
i think it's not right solution to dynamic sql  with parameters.

thanks

   




pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: using a function on result of subselect
Next
From: Lee Kindness
Date:
Subject: Re: PQnotifies() in 7.3 broken?