Re: working on support triggers on columns - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: working on support triggers on columns
Date
Msg-id 3922e5a6a6c51070f468af73f6280945@biglumber.com
Whole thread Raw
In response to working on support triggers on columns  ("Mark Wu" <mark.wu@rogers.com>)
Responses Re: working on support triggers on columns  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> I would like to know your comments on my design and the
> procedure of getting my work accepted.
Glad to see this is being handled by someone. Other things
of the top of my head:
Add support for psql to display the information. Add support
for tab-completion if needed. *Update all relevant documentation.*
Consider a mechanism for adding or dropping columns (e.g.
ALTER TRIGGER). Handle dropped columns (via ALTER TABLE)
gracefully. Write comprehensive tests. Make sure you have
full permission and rights to donate the work to the project.
Thanks for the work: hopefully this will make it into 7.6 (8.1 ?)
- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200407021828
-----BEGIN PGP SIGNATURE-----
iD8DBQFA5eLpvJuQZxSWSsgRAmSWAKCIjN3nbtZMqWZ3rCCirjYDG0meogCgrnMD
+qVc1lfPJ8epbvKMacC3YD4=
=e2pq
-----END PGP SIGNATURE-----




pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Nested Transactions, Abort All
Next
From: "Jeroen T. Vermeulen"
Date:
Subject: Re: [Re] Re: PREPARE and transactions