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

2013-02-27 Thread fburgess
We did use pg_upgrade with the hard link option. We are not sure if we ran the cleanup script.   Not sure which script you are referring to? Is that script the one that removes the stuff in the source bin directory?   We did the pg_largeobject.sql script, as we were instructed by the pg_upgrade pr

Re: [BUGS] BUG #7908: documentation mismatch

2013-02-27 Thread Michael Enke
Ups, thank you for clarification. Regards, Michael Am 27.02.2013 16:45, schrieb Tom Lane: > michael.e...@wincor-nixdorf.com writes: > >> in page docs/9.1/static/trigger-definition.html (applies also for other >> versions): >> ... while row-level AFTER triggers fire at the end of the statement .

Re: [BUGS] BUG #7906: pg_dump exits successfully after an error

2013-02-27 Thread Peter Eisentraut
On 2/25/13 7:59 PM, adam.tomj...@zuerchertech.com wrote: > I have a database that uses a user-defined datatype. If the .so file > implementing that type is missing, pg_dump will fail when dumping a table > which uses that type, but it will still exit with status 0. The dump file > will be truncat

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

2013-02-27 Thread Kevin Grittner
"fburg...@radiantblue.com" wrote: > We have a Postgres database that was recently upgraded from 8.4.3 > to 9.1.6.  We have noticed unusual growth in the data files and > generated a script to perform the following actions. > 1. Query pg_class for all records > 2. Generate a file listing of all p

Re: [BUGS] BUG #7908: documentation mismatch

2013-02-27 Thread Tom Lane
michael.e...@wincor-nixdorf.com writes: > in page docs/9.1/static/trigger-definition.html (applies also for other > versions): > ... while row-level AFTER triggers fire at the end of the statement ... > should be changed to > ... while row-level AFTER triggers fire immediately after a particular ro

[BUGS] BUG #7908: documentation mismatch

2013-02-27 Thread michael . enke
The following bug has been logged on the website: Bug reference: 7908 Logged by: Michael Enke Email address: michael.e...@wincor-nixdorf.com PostgreSQL version: 9.1.8 Operating system: CentOS 6.2 Description: in page docs/9.1/static/trigger-definition.html (applies al