psql - interactive - Mailing list pgsql-novice

From chakkara rangarajan
Subject psql - interactive
Date
Msg-id 200309081934.h88JYZrl020265@microretail.net
Whole thread Raw
In response to Re: synonym and design tool  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Hi Postgres gurus,
Sorry for the cross-comparison once again with oracle.
In oracle query client(sqlplus), I can make a query generic and interactive
with the user by using '&' like:

Select column_name
From table_name
Where column_name='&user_input';

Can I achieve the same functionality in psql?

Also, please suggest me a good document source for the extensive commands of
psql
Thx
--Ranga


pgsql-novice by date:

Previous
From: "Mickey"
Date:
Subject:
Next
From: "Derrick Betts"
Date:
Subject: SQL Error: pqReadData() -- read() failed: errno=0 No error