Re: [pgadmin-support] Bell

2005-06-09 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > David B. Held > Sent: 09 June 2005 21:52 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Bell > > After running long queries, it would be nice to have a > beep/bell/flash to >

[pgadmin-support] Bell

2005-06-09 Thread David B. Held
After running long queries, it would be nice to have a beep/bell/flash to indicate that the query is finished. What would be really nice is if the taskbar icon flashed to indicate a finished query. Dave ---(end of broadcast)--- TIP 1: subscribe

Re: [pgadmin-support] Pgadmin on OS x

2005-06-09 Thread Dave Page
> -Original Message- > From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] > Sent: 09 June 2005 21:05 > To: Dave Page > Cc: Scott Mead; [EMAIL PROTECTED]; pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] Pgadmin on OS x > > You need to pass ./configure the --enable-appbund

Re: [pgadmin-support] Pgadmin on OS x

2005-06-09 Thread Adam H. Pendleton
You need to pass ./configure the --enable-appbundle (I think that's right) switch. Otherwise it should compile/work fine. I use it daily. On Jun 6, 2005, at 4:14 PM, Dave Page wrote: -Original Message- From: Scott Mead [mailto:[EMAIL PROTECTED] Sent: 06 June 2005 21:08 To: Dave

Re: [pgadmin-support] Foreing Key / Unique Contraint indexes

2005-06-09 Thread Dave Page
  From: Jona [mailto:[EMAIL PROTECTED] Sent: 09 June 2005 14:38To: Dave PageCc: pgadmin-support@postgresql.orgSubject: Re: [pgadmin-support] Foreing Key / Unique Contraint indexes Do you mean Primary keys? Looking at the table tree again it seems that only "true" inde

Re: [pgadmin-support] Foreing Key / Unique Contraint indexes

2005-06-09 Thread Jona
Dave, Cheers for the swift reply Please refer to my comments below /Jona Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jona Sent: 09 June 2005 11:00 To: pgadmin-support@postgresql.org Subject: [pgadmin-support] Fo

Re: [pgadmin-support] Foreing Key / Unique Contraint indexes

2005-06-09 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jona > Sent: 09 June 2005 11:00 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Foreing Key / Unique Contraint indexes > > Hey > I'm unable to see the indexes for foreign keys and

[pgadmin-support] Foreing Key / Unique Contraint indexes

2005-06-09 Thread Jona
Hey I'm unable to see the indexes for foreign keys and unique constraints on my tables, all other indexes are showing up fine in the table tree. Am running pgAdmin 3, 1.3.0 from May 20th 2005 up against either a PostGre 7.3.9 on Linux or a PostGre 8.0.3 on a Windows 2000 server. Is the issue

Re: [pgadmin-support] Bug in pgadmin dump

2005-06-09 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Howard Cole > Sent: 09 June 2005 08:40 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Bug in pgadmin dump > > Hi, > > there is a problem with the backup utility when creating a

[pgadmin-support] Bug in pgadmin dump

2005-06-09 Thread Howard Cole
Hi, there is a problem with the backup utility when creating a plain backup - when you select data-only and select the disable triggers option, the triggers are not disabled. (i.e. it does not add "--disable-triggers" or "-X" to the command line. Version: 1.2.1 OS Win XP SP2 Distribution: Po