Re: [ADMIN] Server doesn't listen error

2011-03-03 Thread Frank Brendel
Hi Łukasz, is postgres really listening on all addresses? Please run the following command on your postgres server and post the output: # netstat -nltp | grep postgres And what is the error message when you try to connect with # psql -h Regards Frank Am 04.03.2011 07:53, schrieb Lukasz Brod

[ADMIN] Server doesn't listen error

2011-03-03 Thread Lukasz Brodziak
Hi, I have a problem with PostgreSQL 8.2.4 I've installed it on Ubuntu configured to listen to all addresses started and still can't add the server to pgAdmin on a remote machine neither can I connect through my own app. All the credentials are ok, there is no NAT (it's LAN), firewall or antivirus

Re: [ADMIN] How to upgrade PostgreSQL minor releases without a dump/restore?

2011-03-03 Thread Uwe Schroeder
> > ? Did you read the paragraph above? > > > > Install latest version, and restart postmaster. > > Installing of latest version as-is will keep overwriting the existing > installed directories/files/binaries but not the "/usr/local/pgsql/data/" > directory right? Since this is our production s

Re: [ADMIN] HA warm standby issue with trigger file.

2011-03-03 Thread Jason Clark
On Mar 2, 8:37 pm, masao.fu...@gmail.com (Fujii Masao) wrote: > On Wed, Mar 2, 2011 at 11:17 PM, Jason Clark > > wrote: > > so thats not an issue, also, the backup server is pulling the WAL > > files and loading them properly, here is my recovery.conf file: > > > standby_mode = 'on' > > restore_co

[ADMIN] Re: [HACKERS] Re: PD_ALL_VISIBLE flag was incorrectly set happend during repeatable vacuum

2011-03-03 Thread Merlin Moncure
On Thu, Mar 3, 2011 at 2:16 AM, Heikki Linnakangas wrote: > On 03.03.2011 09:12, daveg wrote: >> >> Question: what would be the consequence of simply patching out the setting >> of this flag? Assuming that the incorrect PD_ALL_VISIBLE flag is the only >> problem (big assumption perhaps) then simpl

Re: [ADMIN] long running commits

2011-03-03 Thread Kenneth Marshall
On Wed, Mar 02, 2011 at 01:10:37PM -0500, Vaughn, Adam (IMS) wrote: > Thanks for the suggestions. I made all of the changes you mentioned except > for the shared_buffers (which will require a downtime I have set for > tonight). I do have another question though, why did you pick 512 MB for the >

Re: [ADMIN] [HACKERS] Re: PD_ALL_VISIBLE flag was incorrectly set happend during repeatable vacuum

2011-03-03 Thread daveg
On Thu, Mar 03, 2011 at 10:16:29AM +0200, Heikki Linnakangas wrote: > On 03.03.2011 09:12, daveg wrote: > >Question: what would be the consequence of simply patching out the setting > >of this flag? Assuming that the incorrect PD_ALL_VISIBLE flag is the only > >problem (big assumption perhaps) then

Fwd: Re: [ADMIN] PG_update to 9.0.4 in ubuntu lucid 64

2011-03-03 Thread Bernhard Rohrer
OK, here goes: -- For binary upgrade, must preserve relfilenodes SELECT binary_upgrade.set_next_heap_relfilenode('88788'::pg_catalog.oid); SELECT binary_upgrade.set_next_toast_relfilenode('88795'::pg_catalog.oid); SELECT binary_upgrade.set_next_index_relfilenode('88797'::pg_catalog.oid); CREATE

[ADMIN] Re: [HACKERS] Re: PD_ALL_VISIBLE flag was incorrectly set happend during repeatable vacuum

2011-03-03 Thread Heikki Linnakangas
On 03.03.2011 09:12, daveg wrote: Question: what would be the consequence of simply patching out the setting of this flag? Assuming that the incorrect PD_ALL_VISIBLE flag is the only problem (big assumption perhaps) then simply never setting it would at least avoid the possibility of returning wr