Re: [BUGS] Excessive space allocations in Postgresql 9.1.6 system files causing the file system to run out of space.

2013-03-07 Thread fburgess
Does anyone know, what the names/location of the pg_upgrade cleanup scripts? We upgraded from 8.4.3 to 9.1.6thanks   Original Message Subject: Re: [BUGS] Excessive space allocations in Postgresql 9.1.6system files causing the file system to run out of space.From: Kevin Grittner

Re: [BUGS] Excessive space allocations in Postgresql 9.1.6 system files causing the file system to run out of space.

2013-03-07 Thread Kevin Grittner
"fburg...@radiantblue.com" wrote: > Does anyone know, what the names/location of the pg_upgrade > cleanup scripts? We upgraded from 8.4.3 to 9.1.6 Sorry I didn't answer this sooner, but I didn't know off-hand and hoped that someone who did would jump in.  Since that didn't happen ... The file i

[BUGS] BUG #7922: Error installing PostGIS

2013-03-07 Thread akurzhan
The following bug has been logged on the website: Bug reference: 7922 Logged by: Alex Email address: akurz...@gmail.com PostgreSQL version: 9.1.2 Operating system: Windows 7, 64-bit Description: I have PostgreSQL 9.1.2, 64-bit. My installation of PostGIS-2.0.1 (64-bi

Re: [BUGS] Excessive space allocations in Postgresql 9.1.6 system files causing the file system to run out of space.

2013-03-07 Thread fburgess
Thanks Kevin & Bruce for your replies,   It looks like this script deletes all of the data file directories (and the data files) from the postgres 8.4.3 instance.  Since we used the "-k" option, which calls for hard links rather than copying files to the new cluster, wouldn't this be deleting the f

Re: [BUGS] Excessive space allocations in Postgresql 9.1.6 system files causing the file system to run out of space.

2013-03-07 Thread Kevin Grittner
"fburg...@radiantblue.com" wrote: > It looks like this script deletes all of the data file > directories (and the data files) from the postgres 8.4.3 > instance. Since we used the "-k" option, which calls for hard > links rather than copying files to the new cluster, wouldn't this > be deleting t

Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist

2013-03-07 Thread Josh Kupershmidt
[Moving to -hackers] On Sat, Feb 23, 2013 at 2:51 PM, Pavel Stehule wrote: > so > > * --conditional-drops replaced by --if-exists Thanks for the fixes, I played around with the patch a bit. I was sort of expecting this example to work (after setting up the regression database with `make install