Re: Identify dropped columns in PLTCL

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Josué Maldonado <josue(at)lamundial(dot)hn>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Identify dropped columns in PLTCL
Date: 2003-09-19 19:56:29
Message-ID: 1064001389.25694.1734.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

if your looking in a way that shows you dropped columns, the
attisdropped field in the pg_attribute table is your best bet.

Robert Treat

On Fri, 2003-09-19 at 15:34, Josué Maldonado wrote:
> Hello list,
>
> I have a trigger that loop for each column in a table, is there a way to
> identify a dropped column from within a PLTCL trigger?
>
> Thanks in advance
> --
> Josué Maldonado.
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Johnson, Shaunn 2003-09-19 19:59:18 anyone use Ora2Pg?
Previous Message Edwin Quijada 2003-09-19 19:44:23 Re: About Pgdump