Re: working on support triggers on columns

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: working on support triggers on columns
Date: 2004-07-02 22:32:12
Message-ID: 3922e5a6a6c51070f468af73f6280945@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)turnstep(dot)com
PGP Key: 0x14964AC8 200407021828

-----BEGIN PGP SIGNATURE-----

iD8DBQFA5eLpvJuQZxSWSsgRAmSWAKCIjN3nbtZMqWZ3rCCirjYDG0meogCgrnMD
+qVc1lfPJ8epbvKMacC3YD4=
=e2pq
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeroen T. Vermeulen 2004-07-02 22:35:22 Re: [Re] Re: PREPARE and transactions
Previous Message Alvaro Herrera 2004-07-02 22:03:13 Re: Nested Transactions, Abort All