Re: [pgadmin-support] Getting Started

2009-09-08 Thread Rainer Bauer
Hello Ian, please CC the list. Tuesday, September 8, 2009, 10:48:26 AM, you wrote: IW> Thanks for your mail. However, its not the DB password but the Server IW> password. Yes. When you connect the the cluster (i.e. what you call "Server"), pgAdminIII will automatically connect you to the databa

Re: [pgadmin-support] Getting Started

2009-09-05 Thread Rainer Bauer
Hello Ian, Friday, September 4, 2009, 12:15:10 PM, you wrote: IW> I did not add a password and cannot find what the default password is. Can IW> you tell me what it is likely to be or how I can go about resetting it? Per FAQ:

Re: [pgadmin-support] sudden program termination: no warning, error, or crash

2009-08-13 Thread Rainer Bauer
Hello, Thursday, August 13, 2009, 2:38:02 AM, you wrote: JM> I am also getting repeated sudden program terminations. My JM> environment is Windows Server 2003 Native Japanese OS. Postgresql JM> 8.4. Pgadmin III 1.10. Often after just having added a column, the JM> program terminates. In all cases

Re: [pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-10 Thread Rainer Bauer
Hello Guillaume, Monday, August 10, 2009, 10:16:47 PM, you wrote: GL> Done, and commited. Thanks. Thanks for the quick fix. However how do I get hold of the latest developement Snapshot? only offers the old beta releases. And also I do have VS2005, the

Re: [pgadmin-support] Problem with query representation(tablespace) in SQL-pane of pgAdmin( newer versions )

2009-08-10 Thread Rainer Bauer
Hello smuffy, Monday, August 10, 2009, 7:08:15 AM, you wrote: sb> Thank you for your response. But I can't see it.( I checked File > Options > sb> Display. ) Did you enable the checkbox for "Tablespaces" in the list AND refresh the tree view afterwards (or restarted pgAdmin)? If yes, then I hav

[pgadmin-support] Small annoyance in pgAdmin 1.10

2009-08-07 Thread Rainer Bauer
Hello, this is no bug, but a little bit annoying: I sometimes accidently hit the tab "Graphical Query Builder" in the Query window. No big deal, I just click on "SQL Editor" to get back, but then a dialog pops up: "No SQL query was generated.". Wouldn't it be possible to suppress that dialog? Ra

Re: [pgadmin-support] Problem with query representation(tablespace) in SQL-pane of pgAdmin( newer versions )

2009-08-07 Thread Rainer Bauer
Hello smuffy, Friday, August 7, 2009, 4:51:22 AM, you wrote: sb> After Connect to the servers's DB, I can't see query about tablespace in sb> SQL-pane of pgAdmin . Check whether "Tablespaces" is enabled in File > Options > Display. Rainer -- Sent via pgadmin-support mailing list (pgadmin-sup

[pgadmin-support] pgAdmin3 Version 1.10.0 : Crash when configuring an pgAgent job

2009-07-17 Thread Rainer Bauer
Hello, Here is my setup: * WinXPSP3 * PostgreSQL 8.4.0: postgresql-8.4.0-1-windows.exe * pgAgent: pgAgent-3.0.0-win32.zip I have copied the exe and dll to the pg8.4 binary directory. * pgAgent.sql was executed in database postgres * pgAgent service is installed Steps to reproduce the bug: 1)

Re: [pgadmin-support] BUG: Pgadmin3 on a netbook

2009-06-23 Thread Rainer Bauer
Hello Dave, Tuesday, June 23, 2009, 10:32:06 AM, you wrote: DP> On Tue, Jun 23, 2009 at 9:27 AM, Rainer Bauer wrote: >> What I usually do in these cases is using a different layout depending >> on the screen resolution. For 99,x % of all users the dialogs would stay >> the

Re: [pgadmin-support] BUG: Pgadmin3 on a netbook

2009-06-23 Thread Rainer Bauer
Hello Dave, Tuesday, June 23, 2009, 11:40:16 AM, you wrote: DP> It did - but if you look at the 1.10 source, you should see sizers DP> used in pretty much every dialogue now. It took Guillaume and I DP> (mainly Guillaume) a *significant* amount of time to work out all the DP> platform-specific ki

Re: [pgadmin-support] pgAdmin not starting my job

2009-04-30 Thread Rainer Bauer
Hello Dave, Wednesday, April 29, 2009, 9:32:20 AM, you wrote: >> I think it would be helpful if the -l2 option was documented in the >> "Service installation on Windows" section >> DP> Err, it is. Shame on me. Thanks for the support. Every

Re: [pgadmin-support] pgAdmin not starting my job

2009-04-28 Thread Rainer Bauer
Hello Dave, Sunday, April 26, 2009, 11:14:53 PM, I wrote: RB> But while doing some further tests, I found the mistake I made. I have RB> splitted the backup batch file into several batch files. And when I RB> tested it in the console the CWD was correct. However, when the main RB> batch file is c

Re: [pgadmin-support] pgAdmin not starting my job

2009-04-26 Thread Rainer Bauer
Hello Dave, Sunday, April 26, 2009, 8:02:22 PM, you wrote: DP> On Fri, Apr 24, 2009 at 8:48 PM, Rainer Bauer wrote: >> After setting up the job in pgAdminIII, I try to run it (via the >> context menu) but nothing happens. "Nothing" means the backup is not >>

[pgadmin-support] pgAdmin not starting my job

2009-04-24 Thread Rainer Bauer
Hello, I'm running PostgreSQL 8.3.7 with pdAdmin 1.8.4 on WinXPSP3. I installed pgAdmin following the instructions here and here . I cr