dynamic sql with parameters in interactive queries

From: "anthony sun" <google_2000(at)163(dot)com>
To: pgsql-hackers(at)postgresql(dot)org <pgsql-hackers(at)postgresql(dot)org>
Subject: dynamic sql with parameters in interactive queries
Date: 2002-12-17 08:10:40
Message-ID: 20021217081033.9EA051C627831@sm204.163.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 server as a static query string.
i think it's not right solution to dynamic sql with parameters.

thanks



Browse pgsql-hackers by date

  From Date Subject
Next Message zahid rahman 2002-12-17 08:31:32 Is anybody out there !!!
Previous Message Hannu Krosing 2002-12-17 08:07:29 using a function on result of subselect