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 idea to grep for every single mention of the struct type to make sure you've not missed anything.) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match