RE: to pass a parameter - Mailing list pgsql-general

From Michael Ansley
Subject RE: to pass a parameter
Date
Msg-id 2D50E16224C8D311B183009027452B476AFC97@INTEC003
Whole thread Raw
In response to to pass a parameter  (jprem <jprem@srmsoft.co.in>)
List pgsql-general

I'm under the impression that this substitution is performed by SQLPlus (somebody please correct me otherwise).  Hence, it's not the database server that needs to do this, but the client (i.e. shell, or psql).  This should be achievable using shell script, and psql.

MikeA

>>   -----Original Message-----
>>   From: jprem [mailto:jprem@srmsoft.co.in]
>>   Sent: 09 June 2000 07:39
>>   To: pgsql-general@postgresql.org
>>   Subject: [GENERAL] to pass a parameter
>>  
>>  
>>   hello,
>>           how can i pass a table name dynamically to a query ?
>>  
>>   in oracle we  do
>>      select * from &x
>>  
>>   how is it here ?
>>   please help.
>>  
>>  
>>  

pgsql-general by date:

Previous
From: jprem
Date:
Subject: to pass a parameter
Next
From: NRonayette
Date:
Subject: Re: to pass a parameter