pg_trigger and tgargs

From: Michael Fork <mfork(at)toledolink(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_trigger and tgargs
Date: 2000-11-30 22:54:27
Message-ID: Pine.BSI.4.21.0011301750000.26275-100000@glass.toledolink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I was wondering if someone could tell me if I have gotten the fields of
tgargs correct:

<unnamed>\000 -- Constraint name?

foreign_table_multi\000 -- table with foreign key(s)

primary_table_multi\000 -- table with primary key(s)

UNSPECIFIED\000 -- ??

foreign_int_1\000 -- 1st field in foreign key

primary_int_1\000 -- 1st field in referenced primary key

foreign_int_2\000 -- 1st field in foreign key

primary_int_2\000 -- 1st field in referenced primary key

Thanks

Michael Fork - CCNA - MCP - A+
Network Support - Toledo Internet Access - Toledo Ohio

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-11-30 23:02:01 Re: beta testing version
Previous Message Don Baccus 2000-11-30 19:59:47 Re: SQL 'in' vs join.