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