Re: [PATCHES] drop database if exists

2005-11-21 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> (In general, when modifying a widely-known struct such as a parse node >> type, it's a good idea to grep for every single mention of the struct >> type to make sure you've not missed anything.) > oops, ok, thanks, will do. Should we p

Re: [PATCHES] drop database if exists

2005-11-21 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan <[EMAIL PROTECTED]> writes: here's a patch for "drop database if exists". Barring objections I will apply it in a day or two. Please try to remember the src/backend/nodes/ files this time. (In general, when modifying a widely-known struct such as a pa

Re: [PATCHES] drop database if exists

2005-11-21 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > here's a patch for "drop database if exists". Barring objections I will > apply it in a day or two. Please try to remember the src/backend/nodes/ files this time. (In general, when modifying a widely-known struct such as a parse node type, it's a good

[PATCHES] drop database if exists

2005-11-21 Thread Andrew Dunstan
here's a patch for "drop database if exists". Barring objections I will apply it in a day or two. cheers andrew Index: doc/src/sgml/ref/drop_database.sgml === RCS file: /cvsroot/pgsql/doc/src/sgml/ref/drop_database.sgml,v retr