From: | Keith Wong <keith(at)e-magine(dot)com(dot)au> |
---|---|
To: | Nelson <nbrito(at)cmet(dot)net>, Jie Liang <jliang(at)ipinc(dot)com>, "pgsql-general(at)hub(dot)org" <pgsql-general(at)hub(dot)org>, "pgsql-novice(at)hub(dot)org" <pgsql-novice(at)hub(dot)org>, "pgsql-sql(at)hub(dot)org" <pgsql-sql(at)hub(dot)org> |
Subject: | Re: how to store a query, that results in a table |
Date: | 2000-09-23 01:14:29 |
Message-ID: | 4.3.2.7.0.20000923111232.00b65758@mail.e-magine.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-novice pgsql-sql |
This is not really possible with postgresql at the moment.
Better off trying to work around, perhaps using a view. That way you have a
way to change the select
statement without actually modifying your client code.
Keith.
At 06:09 PM 22/09/2000 -0400, Nelson wrote:
>thank you jie Liang for your response, but my problems are:
>1. How to store a query in the database.
>2. How to give a parameter from outside of database, for example:
>select * from table1 where row1 = my_parameter_outside.
>Give me an example please.
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Ingram, Bryan | 2000-09-23 01:16:28 | PG Automated Backup and Failover System (long) |
Previous Message | Cristóvão Dalla Costa | 2000-09-23 01:05:04 | why pg_dump eats so much memory? |
From | Date | Subject | |
---|---|---|---|
Next Message | Paul Wehr | 2000-09-23 14:08:35 | Re: [SQL] how to store a query, that results in a table |
Previous Message | Jie Liang | 2000-09-22 22:26:24 | Re: how to store a query, that results in a table |
From | Date | Subject | |
---|---|---|---|
Next Message | Paul Wehr | 2000-09-23 14:08:35 | Re: [SQL] how to store a query, that results in a table |
Previous Message | Jie Liang | 2000-09-22 22:26:24 | Re: how to store a query, that results in a table |