Re: [pgadmin-support] Best backup strategy for production systems

2014-06-17 Thread Oliver
Ah thanks Ray, I'm sorry. Cheers... 2014-06-17 11:04 GMT+01:00 Raymond O'Donnell : > On 17/06/2014 10:51, Oliver wrote: > > Hi, > > I'm a newbie in postgresql. I've mounted my first postgresql instance, > > it is empty now, only with default p

[pgadmin-support] Best backup strategy for production systems

2014-06-17 Thread Oliver
Hi, I'm a newbie in postgresql. I've mounted my first postgresql instance, it is empty now, only with default postgres DB. It is under Linux, with 2 filesystems, one for data and another for archiving (I've enabled archiving as it will be for production). Could someone recommend me a strategy for b

[pgadmin-support] Problem installing pgadmin3_93 on rhel-6.5

2014-05-23 Thread Oliver
Hi guys, I've installed rpm repository from http://yum.postgresql.org/9.3/redhat/rhel-6.5-x86_64/, and then I've installed postgresql93, postgresql93-server and postgresql93-contrib packages correctly, but I'm having problems for installing pgadmin3_93 (64 bits version). It is due to dependency err

[pgadmin-support] pgAdmin3 1.12.2 on OSX - showing multiple postgres servers that don't exist?

2011-03-27 Thread Wells Oliver
rious. Thanks! -- Wells Oliver wellsoli...@gmail.com

[pgadmin-support] can't invoke the debugger

2009-08-10 Thread Oliver Keller
bgapi.sql successfully 5.) I did a database restart PGAdmin3 shows still the same behavior. Thanks a lot for any help on this. Oliver Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate für nur 19,99 Euro/mt

[pgadmin-support] Delete icon deletes all records in pgadmin 1.61

2007-01-04 Thread Oliver Baden
key column is not the first column of the table and can not build the where-statement for the delete-command properly. Has somebody else seen this behaviour? Thanks Oliver ___ Telefonate ohne weitere Kosten vom PC zu

[pgadmin-support] Drop Schema Refresh Bug

2003-11-14 Thread Oliver Archner
Hi, First off all, congratulation for this really useful software tool. I don't know whether this bug is already known: a) Drop a schema via sql b) Press the refresh button with the schema selected c) pgAdmin crashes Environment: pgAdmin 1.0.1 Suse8.2 -- Oliver Archner University of Bay

[pgadmin-support] Can't uninstall pgadmin2 Version 1.3.82

2002-11-28 Thread oliver archner
Hy, when i try to uninstall pgadmin 1.3.82 the windows installer says that he can't find the file pdadmin2.msi because it's on a network resource. Manually specifying the path to pgadmin2.msi doesn't solve the problem. What's wrong ? Oliver

Re: [pgadmin-support] [ADMIN] How to execute my trigger when update certain columns

2002-08-29 Thread Oliver Elphick
7;'UPDATE'' AND (NEW.column1 != OLD.column1 OR (NEW.column1 IS NULL AND OLD.column1 IS NOT NULL) OR (NEW.column1 IS NOT NULL AND OLD.column1 IS NULL) ) ) THEN ... END IF; -- Oliver Elphick[EMAIL PROTECTED] Isle of Wight, UK