psql Feature request \set query - Mailing list pgsql-hackers

From Josh Berkus
Subject psql Feature request \set query
Date
Msg-id 200810221538.21464.josh@agliodbs.com
Whole thread Raw
Responses Re: psql Feature request \set query
Re: psql Feature request \set query
List pgsql-hackers
Hackers,

Just had a feature request from Wheeler, and I don't see why it shouldn't 
go on our todo list.

Currently, in psql you can do:

\set myvar 2008-10-23

and you can do

\set myvar `date`

but you can't do 

\set myvar "Select now()"

even though you could, bizarrely, do:

\set myvar `psql -c "SELECT now();"` 

... provided you were willing to parse out the garbage in the output.

This seems inconsistent, and it seems like the ability to store the results 
of a single-row-returning query in a psql variable would be useful for 
testing.  yes/no?

-- 
--Josh

Josh Berkus
PostgreSQL
San Francisco


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Reminder: only 10 days until final CommitFest
Next
From: Alvaro Herrera
Date:
Subject: Re: psql Feature request \set query