dynamic queries in Postgres

From: pawel <pgajer(at)chow(dot)mat(dot)jhu(dot)edu>
To: pgsql-general(at)hub(dot)org
Subject: dynamic queries in Postgres
Date: 1999-12-20 04:12:26
Message-ID: 385DACA9.52E83F0B@math.jhu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
does anybody know if Postgres supports dynamic queries? I have a DB
with an html interface. I want users to be able to specify on the
fly
which columns they want to see and with what constrains.
Oracle has a package dbms_sql that allows to do something like this.
I
wander if I can do the same in Postgres.
Cheers,
pawel

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brian Bender 1999-12-20 04:34:43 RFH (req for HELP!) -- Putting the pieces back together...
Previous Message omid omoomi 1999-12-19 22:07:20 Re: [GENERAL] dynamic queries in Postgres