Re: [pgadmin-hackers] Be careful in postgresql.conf of 8.1.

2005-11-10 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Andreas. Although this is a comment, it is bad condition. postgresql.conf #data_directory = 'ConfigDir' # use data in another directory #hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file #ident_file = 'ConfigDir/pg_ident.conf # IDENT con

[pgadmin-hackers] Possible bug renaming roles

2005-11-10 Thread Antonio
Dear Sirs: I looked in the pgAdmin web page for a place to report bugs, but I couldn't find it. So I send it to this list. If I'm wrong, please let me know. Bug description: - When you try to rename a role, you get an error. The underlying sql sentence seems to be wrong. PgAdmin is trying

Re: [pgadmin-hackers] automake

2005-11-10 Thread Andreas Pflug
Dave Page wrote: On 9/11/05 8:22 pm, "Andreas Pflug" <[EMAIL PROTECTED]> wrote: How to handle the [tar-ustar] option in configure.ac? I had to remove it in my setup. You probably need to upgrade to automake 1.9.6. When I was packaging 1.4 the other night, I suddenly realised that whoever

Re: [pgadmin-hackers] automake

2005-11-10 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 10 November 2005 09:39 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: automake > > Did that, automake works now, but Makefile will have a > missing separator > in line 377. > > automake-1.9 will claim

Re: [pgadmin-hackers] Search/replace

2005-11-10 Thread Andreas Pflug
Dave Page wrote: Problem is that in both cases I get a crash in wx code, when none of our functions are on the call stack, after the new dialogue has been created. If running in the VC++ debugger, it breaks telling me I've hit a user breakpoint inside wx's assert handling code (where there defin

Re: [pgadmin-hackers] automake

2005-11-10 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 10 November 2005 09:39 To: Dave Page Cc: pgadmin-hackers Subject: Re: automake Did that, automake works now, but Makefile will have a missing separator in line 377. automake-1.9 will claim

[pgadmin-hackers] SVN Commit by andreas: r4729 - in trunk/pgadmin3: . src/dlg src/include

2005-11-10 Thread svn
Author: andreas Date: 2005-11-10 11:12:40 + (Thu, 10 Nov 2005) New Revision: 4729 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/src/dlg/dlgRole.cpp trunk/pgadmin3/src/include/version.h Log: Fix role rename Modified: trunk/pgadmin3/CHANGELOG.txt ===

Re: [pgadmin-hackers] Be careful in postgresql.conf of 8.1.

2005-11-10 Thread Hiroshi Saito
> > #ident_file = 'ConfigDir/pg_ident.conf' # IDENT configuration file > > > > It is conf-editor gets confused. What do you consider? > > pgsql needs fix. Ok, I will post. Regards, Hiroshi Saito ---(end of broadcast)--- TIP 9: In versions below

[pgadmin-hackers] SVN Commit by andreas: r4730 - branches/REL-1_4_0_PATCHES/pgadmin3/src/dlg

2005-11-10 Thread svn
Author: andreas Date: 2005-11-10 11:14:32 + (Thu, 10 Nov 2005) New Revision: 4730 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/dlg/dlgRole.cpp Log: Fix role rename Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/dlg/dlgRole.cpp ===

Re: [pgadmin-hackers] Search/replace

2005-11-10 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 10 November 2005 11:06 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: Search/replace > > Dave Page wrote: > > > > Problem is that in both cases I get a crash in wx code, > when none of our > > function

Re: [pgadmin-hackers] Possible bug renaming roles

2005-11-10 Thread Andreas Pflug
Antonio wrote: Dear Sirs: I looked in the pgAdmin web page for a place to report bugs, but I couldn't find it. So I send it to this list. If I'm wrong, please let me know. Bug description: - When you try to rename a role, you get an error. Fixed in svn for 1.4.1 and HEAD, thanks for reportin

Re: [pgadmin-hackers] Search/replace

2005-11-10 Thread Andreas Pflug
Dave Page wrote: Oh, good to know it's not me for once!! Thanks for looking. It did strike me that the replace dialogue can do find as well - perhaps we should just remove the find one altogether? This is uncommon, we should provide separate dialogs. Regards, Andreas --

Re: [pgadmin-hackers] Search/replace

2005-11-10 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 10 November 2005 11:24 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: Search/replace > > Dave Page wrote: > > > > > Oh, good to know it's not me for once!! Thanks for looking. > > > > It did strike me

[pgadmin-hackers] SVN Commit by dpage: r4732 - trunk/pgadmin3

2005-11-10 Thread svn
Author: dpage Date: 2005-11-10 13:59:17 + (Thu, 10 Nov 2005) New Revision: 4732 Modified: trunk/pgadmin3/bootstrap Log: Make sure we use aclocal/automake 1.9 per Andreas Modified: trunk/pgadmin3/bootstrap === --- trunk/pgadmi

[pgadmin-hackers] win32 8.1 pgadmin dll issues

2005-11-10 Thread Merlin Moncure
My dev box was running 8.1rc1 and I thought it was time to put 8.1 on it. I downloaded the 8.1 binaries-only dist off of postgresql.org (bt version), did a binary swap on my server and nothing ran...it turns out all the binaries like initdb.exe, postgres.exe have a dll dependency on various pgAdmi

Re: [pgadmin-hackers] [HACKERS] win32 8.1 pgadmin dll issues

2005-11-10 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Merlin Moncure > Sent: 10 November 2005 14:56 > To: pgadmin-hackers@postgresql.org > Cc: pgsql-hackers@postgresql.org > Subject: [HACKERS] win32 8.1 pgadmin dll issues > > My dev box was running

Re: [pgadmin-hackers] [HACKERS] win32 8.1 pgadmin dll issues

2005-11-10 Thread Merlin Moncure
> > My dev box was running 8.1rc1 and I thought it was time to put 8.1 on > > it. I downloaded the 8.1 binaries-only dist off of postgresql.org (bt > > version), did a binary swap on my server and nothing ran...it > > turns out > > all the binaries like initdb.exe, postgres.exe have a dll > > depe

Re: [pgadmin-hackers] [HACKERS] win32 8.1 pgadmin dll issues

2005-11-10 Thread Magnus Hagander
> My dev box was running 8.1rc1 and I thought it was time to > put 8.1 on it. I downloaded the 8.1 binaries-only dist off > of postgresql.org (bt version), did a binary swap on my > server and nothing ran...it turns out all the binaries like > initdb.exe, postgres.exe have a dll dependency on

Re: [pgadmin-hackers] [HACKERS] win32 8.1 pgadmin dll issues

2005-11-10 Thread Martijn van Oosterhout
On Thu, Nov 10, 2005 at 04:24:46PM +0100, Magnus Hagander wrote: > > My dev box was running 8.1rc1 and I thought it was time to > > put 8.1 on it. I downloaded the 8.1 binaries-only dist off > > of postgresql.org (bt version), did a binary swap on my > > server and nothing ran...it turns out al

Re: [pgadmin-hackers] [HACKERS] win32 8.1 pgadmin dll issues

2005-11-10 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Martijn van Oosterhout > Sent: 10 November 2005 15:42 > To: Magnus Hagander > Cc: Merlin Moncure; pgadmin-hackers@postgresql.org; > pgsql-hackers@postgresql.org > Subject: Re: [HACKERS] win32 8.1

Re: [pgadmin-hackers] automake

2005-11-10 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 10 November 2005 11:04 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: automake > > Dave Page wrote: > > > > > > > >>-Original Message- > >>From: Andreas Pflug [mailto:[EMAIL PROTECTED] > >>S

Re: [pgadmin-hackers] automake

2005-11-10 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 10 November 2005 11:04 To: Dave Page Cc: pgadmin-hackers Subject: Re: automake Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 10 Novembe

Re: [pgadmin-hackers] automake

2005-11-10 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 10 November 2005 16:47 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] automake > > > Is this OK now (following an svn update)? > > I get quite some warnings from aclocal, but after rm

[pgadmin-hackers] server closed connection on a select query

2005-11-10 Thread Guillaume Lelarge
Hi, I've installed a 8.1.0 PostgreSQL server on a SCO OpenServer 5.0.6. It seemed to work well with psql and such tools. I tried to connect to this server with pgAdmin3 and a query failed. I tried to find which part of the query was wrong and I have a strange result : SELECT 1 FROM pg_language WH

[pgadmin-hackers] Nightly Builds

2005-11-10 Thread Florian G. Pflug
Hi FYI, I do nightly builds of the PGADMIN3_PATCHES_1_4 (or however it is actually called ;-) ) branch, as well as of trunk. greetings, Florian Pflug smime.p7s Description: S/MIME Cryptographic Signature

Re: [pgadmin-hackers] [GENERAL] How to install Slony in windows

2005-11-10 Thread Magnus Hagander
> Postgres 8.1 PgAdmin help in slony windows says: > > "In case you're installing a PostgreSQL 8.1 server on Win32, > the windows installer routine can do this for you if you > select the "Slony-I" > installation option. " > > How I can select Slony-I installation option ? > I havent seen such