Re: SELECT <all fields except "bad_field"> from mytbl;

From: Erwin Brandstetter <brsaweda(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SELECT <all fields except "bad_field"> from mytbl;
Date: 2007-05-30 03:24:57
Message-ID: 1180495497.310382.77420@h2g2000hsg.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On May 30, 2:11 am, Rodrigo De León <rdele(dot)(dot)(dot)(at)gmail(dot)com> wrote:
(... useful code example snipped)

> Now see:
>
> http://www.postgresql.org/docs/8.2/static/plpgsql-control-structures....

Thanks for your hints, Rodrigo!
I am aware I can consult pg_catalog / information_schema to retrieve
the information, but that's not quite the "short way" I was hoping
for. Your example is still helpful, though. :)

Regards
Erwin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Erwin Brandstetter 2007-05-30 04:35:13 Re: SELECT <all fields except "bad_field"> from mytbl;
Previous Message Tom Lane 2007-05-30 03:10:54 Re: prepare()