Re: [HACKERS] [DOCS] Contrib module "xml2" status
On Fri, Feb 22, 2013 at 08:25:31AM +0900, Ian Lawrence Barwick wrote: > > The point is we can > > remove the module when someone fixes and replaces the functionality that's > > left in there that some people rely on. So far nobody has stepped up to the > > plate, although now that we have lateral a sane replacement for xpath_table > > might well be a lot easier to achieve. If someone is interested in working > > on this I'd be happy to hear about it. Maybe it would be a good Google SOC > > project. > > It might be worth adding an explicit entry in the TODO list for removing this > and summarising what needs to be done. > > https://wiki.postgresql.org/wiki/Todo#XML I think this is already covered in this TODO item: Restructure XML and /contrib/xml2 functionality http://archives.postgresql.org/pgsql-hackers/2011-02/msg02314.php http://archives.postgresql.org/pgsql-hackers/2011-03/msg00017.php -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] Small patch for "CREATE TRIGGER" documentation
On Wed, Mar 6, 2013 at 7:27 PM, Ian Lawrence Barwick wrote: > I found this sentence somewhat confusing: > > "It is possible for a column's value to change even when the trigger > is not fired," > > http://www.postgresql.org/docs/devel/static/sql-createtrigger.html#SQL-CREATETRIGGER-NOTES > > More precise would be something along the lines "It is possible that > changes to the > column's value will not cause the trigger to be fired". > > The attached patch hopefully rewords the entire paragraph for clarity. I guess I prefer the current version, personally. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
