proposition of functionality to add

From: Robert Partyka <bobson(at)wdg(dot)pl>
To: postgres general <pgsql-general(at)postgresql(dot)org>
Subject: proposition of functionality to add
Date: 2003-11-20 19:14:09
Message-ID: 3FBD1281.4050209@wdg.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

meybe it will be usefull if such add functionality to select:
(example of working)
we have:
Table "BAR"
a | integer
b | varchar

working:
select * as foo_* from bar;

progress to:
select a as foo_a, b as foo_b from bar;

regards
R. Partyka

Browse pgsql-general by date

  From Date Subject
Next Message Andrei Ivanov 2003-11-20 20:33:52 Re: ERROR: nodeRead: did not find '}' [x2]
Previous Message Randolf Richardson, DevNet SysOp 29 2003-11-20 18:33:30 Re: Postgresql vs. MySql - need feature matrix for current versions