Thread: Re: pgAdmin III 1.1.x. Dev snapshot

Re: pgAdmin III 1.1.x. Dev snapshot

From
"Dave Page"
Date:

> -----Original Message-----
> From: Network Administrator [mailto:netadmin@vcsn.com]
> Sent: 22 October 2003 16:41
> To: Network Administrator
> Cc: Andreas Pflug; Dave Page; pgadmin-support@postgresql.org
> Subject: pgAdmin III 1.1.x. Dev snapshot
>
> Ok, I pulled down pgadmin3-20031021-Win32.zip and when I try
> to use the sort feature in the table view, the "ok" button is
> not active.  I haven't tested the
> slackware9 snapshot yet so I'll let you is its the same
> issue- unless someone else can confirm.

Yeah, I just fixed that in CVS 'cos I caught me out. It'll be in the
next snapshot.

Basically it's not recognising a blank filter string as valid or
invalid. The quick and dirty fix is to enter a filter string of

1=1

To fool it. Sorry 'bout that.

Regards, Dave.