Re: Newbie en PGSQL pregunta sobre COMMENTS ON

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: jtempo <jtempo(at)argentina(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Newbie en PGSQL pregunta sobre COMMENTS ON
Date: 2006-06-14 03:03:55
Message-ID: c2d9e70e0606132003m126eacaajde5a42b4a39dbf9a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 6/13/06, jtempo <jtempo(at)argentina(dot)com> wrote:
> Se puede obtener el comment de cada campo y tabla mediante una consulta?
> Gracias de antemano.
>

select description from pg_description where objoid = 'tabla1'::regclass;

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message jasi guerrero 2006-06-14 13:13:50 ayudenme a instalar el pgAdmin3
Previous Message Espartano 2006-06-14 02:03:16 concurrencia de triggers