On Tue, May 12, 2009 at 12:20 AM, Tom Lane <[email protected]> wrote: > > Index "public.fooi" > Column | Type | Definition > -----------------+---------+------------ > f1 | integer | f1 > pg_expression_2 | integer | (f2+f3)
Is there any reason to expose "pg_expression_2" to the user at all? It's not like they can make use of it in any public interface. I would think we could just put the expression directly in the "Column" column. -- greg -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
