Re: [pgadmin-support] PG Admin III

2004-02-10 Thread Christopher Kings-Lynne
Hello, I am having problems connecting to my PG server from PG Admin III ver 1.02 on a remote PC. I am getting an error saying that PG must be version > than 7.3. Is there a way to bypass that? yeah. you have 2 options: 1) Use PG AdminII for Postgresql <7.3 2) Upgrade your database to 7.3 or

Re: [pgadmin-support] snapshot for XP crashes on show properties

2004-02-10 Thread Dave Page
> -Original Message- > From: Steve Fox [mailto:[EMAIL PROTECTED] > Sent: 10 February 2004 18:27 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] snapshot for XP crashes on show properties > > Hi, > > pgadmin keeps crashing when I try to show the properties of > an object such as

Re: [pgadmin-support] Subset edit data view

2004-02-10 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 10 February 2004 19:26 > To: [EMAIL PROTECTED]; [pgADMIN] > Subject: Re: [pgadmin-support] Subset edit data view > > 1.1 has a filter option. Which reminds me, I must add that 'View Filtered Data' option othe

[pgadmin-support] snapshot for XP crashes on show properties

2004-02-10 Thread Steve Fox
Hi, pgadmin keeps crashing when I try to show the properties of an object such as a table or sequence by right clicking on the object. Sound familiar? Steve ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED

[pgadmin-support] Find 'Up' in reverse engineered SQL hangs

2004-02-10 Thread Erik Erkelens
Hi, When trying to find something (F) in the reverse engineered SQL code, pgAdmin III hangs when searching 'Up' after no more items can be found in that direction. I'm running in English on W2K, using the binary 1.1.0 Devel distribution. Erik Erkelens. __ Do you

Re: [pgadmin-support] Subset edit data view

2004-02-10 Thread Andreas Pflug
Matt Doggett wrote: I've been using pgaccess for a while and decided to give pgadmin a try and see how it compares, so I'm new here. One thing I'd like to do is be able to interactively edit data in the database. I notice that pgadmin offers a "view data" where you can do this, and that's great.

[pgadmin-support] Subset edit data view

2004-02-10 Thread Matt Doggett
I've been using pgaccess for a while and decided to give pgadmin a try and see how it compares, so I'm new here. One thing I'd like to do is be able to interactively edit data in the database. I notice that pgadmin offers a "view data" where you can do this, and that's great. However, I have som

Re: [pgadmin-support] PG Admin III

2004-02-10 Thread Andreas Pflug
Paul Aviles wrote: Hello, I am having problems connecting to my PG server from PG Admin III ver 1.02 on a remote PC. I am getting an error saying that PG must be version > than 7.3. Is there a way to bypass that? We'd strongly recommend to upgrade to 7.4.1 (don't forget to run adddepend) if r

Re: [pgadmin-support] Indexes generated for primary key are not show

2004-02-10 Thread Andreas Pflug
Constantin Stefanov wrote: I do not suggest PgAdmin to become 'psql with GUI'. They are different applications. But in some questionable issues I would suggest to use psql as a reference, because it constains almost everything that is needed for everyday work. In case I explained PgAdmin does not

Re: [pgadmin-support] PG Admin III

2004-02-10 Thread Tino Wildenhain
Hi Paul, Paul Aviles schrieb: Hello, I am having problems connecting to my PG server from PG Admin III ver 1.02 on a remote PC. I am getting an error saying that PG must be version > than 7.3. Is there a way to bypass that? yeah. you have 2 options: 1) Use PG AdminII for Postgresql <7.3 2) Upgr

Re: [pgadmin-support] PG Admin III

2004-02-10 Thread Dave Page
Hi Paul,   No, I'm afraid not. There were significant changes to PostgreSQL catalogues and logical object hierarchy between 7.2 and 7.3 so ut was not practical to support both versions.   pgAdmin II will work with PostgreSQL 7.2 however.   Regards, Dave. From: Paul Aviles [mailto:

[pgadmin-support] PG Admin III

2004-02-10 Thread Paul Aviles
Hello, I am having problems connecting to my PG server from PG Admin III ver 1.02 on a remote PC. I am getting an error saying that PG must be version > than 7.3. Is there a way to bypass that?   Thanks