Re: Acessing columns of parent tables with PL/pgSQL

From: Hans-Juergen Schoenig <hs(at)cybertec(dot)at>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Acessing columns of parent tables with PL/pgSQL
Date: 2002-06-28 20:43:26
Message-ID: 3D1CCA6E.3020708@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The basic of idea of my question is:
How can I access a column of a parent table inside a trigger function.

if i build a trigger on a child table i won't get the columns of the
parent tables.
i know that i can use a simple query using the object id for accessing
the correct row but i don't want to do it.

Hans

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message igor 2002-06-28 21:16:20 Re: Case-sensitive problem
Previous Message Tom Lane 2002-06-28 20:42:27 Re: One source of constant annoyance identified