Re: [PATCHES] Patch for - Change FETCH/MOVE to use int8

2006-08-19 Thread Dhanaraj M
Hi Alvaro Thanks for your valuable suggestions. I made the changes as suggested earlier. Please review again and comment on this. I like to make changes if it is required. *** ./src/backend/commands/portalcmds.c.orig Sat Aug 12 23:04:54 2006 --- ./src/backend/commands/portalcmds.c Fri Aug 18 22:5

Re: [PATCHES] DROP OWNED BY doesn't work

2006-08-19 Thread Alvaro Herrera
Tom Lane wrote: > What I was thinking of was > > find all target objects using pg_shdepend, make an > ObjectAddresses list of them > > for (each item of list) > { > if (already deleted) > continue; > if (implicit d