[pgadmin-support] system object display option?

2007-10-01 Thread George Pavlov
this might be a bug or me misunderstanding how things work (in which case please help). in pgadmin 1.6.* selecting view/system objects results in system objects (such as the information_schema and pg_catalog schemas) showing in the tree view. i am guessing that for 1.8 the equivalent functionality

Re: [pgadmin-support] PROBLEM

2007-10-01 Thread Melvin Davidson
That is an old version of PostgreSQL. "intended for testing puposes only" means just that. It is a Beta release. It is not intended/advised for a production environment. If you want the latest release, you should use 8.2.5. From: [EMAIL PROTECTED] [mailto:[EM

Re: [pgadmin-support] PROBLEM

2007-10-01 Thread Raymond O'Donnell
On 01/10/2007 21:33, Arley Daza wrote: What is the meaning of this on the install PostgreSQL v7.5?: This is a pre-release version of PostgreSQL, intented for testing purposes only. Use at your own risk! You must have got hold of a VERY old snapshot from somewhere. as I recall, what was

[pgadmin-support] PROBLEM

2007-10-01 Thread Arley Daza
What is the meaning of this on the install PostgreSQL v7.5?: This is a pre-release version of PostgreSQL, intented for testing purposes only. Use at your own risk! Thanks for its quick answer, -- Arley Daza Ortega [EMAIL PROTECTED] Bogotá - Colombia

Re: [pgadmin-support] bug using sequences

2007-10-01 Thread Guillaume Lelarge
Guillaume Lelarge a écrit : > Olivier Bouiron a écrit : >> I've found a mistake using PGADMIN 1.6 or PGADMIN 1.8 beta5: >> When I make a sequence with negative values, it works but PGADMIN is not >> able to show me the correct values. >>[...] > > Well, they are declared wxULongLong, ie unsigned lo

Re: [pgadmin-support] bug using sequences

2007-10-01 Thread Guillaume Lelarge
Olivier Bouiron a écrit : > I've found a mistake using PGADMIN 1.6 or PGADMIN 1.8 beta5: > When I make a sequence with negative values, it works but PGADMIN is not > able to show me the correct values. > > This is an exemple: > PGADMIN shows me this: > > CREATE SEQUENCE dsi.dsi_pha_molecule_id_se

[pgadmin-support] bug using sequences

2007-10-01 Thread Olivier Bouiron
Hi! I've found a mistake using PGADMIN 1.6 or PGADMIN 1.8 beta5: When I make a sequence with negative values, it works but PGADMIN is not able to show me the correct values. This is an exemple: PGADMIN shows me this: CREATE SEQUENCE dsi.dsi_pha_molecule_id_seq INCREMENT 18446744073709551615

Re: [pgadmin-support] Autocomplete is not working

2007-10-01 Thread Dave Page
heggaton wrote: > Since I've been using pgAdmin 1.8.0 auto complete on OS X is simply not > working. > > I can get a pop-up window to show (using ctrl+space) and it lists the > tables. I can only move the selection down one place however where it > selects both the first and second rows. Any furt

[pgadmin-support] Autocomplete is not working

2007-10-01 Thread heggaton
Since I've been using pgAdmin 1.8.0 auto complete on OS X is simply not working. I can get a pop-up window to show (using ctrl+space) and it lists the tables. I can only move the selection down one place however where it selects both the first and second rows. Any further attempts to select a tabl

Re: [pgadmin-support] crash while adding primary key

2007-10-01 Thread Dave Page
Eric Haszlakiewicz wrote: I just tried to add a primary key to a table and pgadmin crashed. I am using: pgadmin 1.8.0 beta 5, binary distribution downloaded today, english. Running on Windows XP Home Postgres 8.2.4 on the server. This has already been fixed in SVN. Thanks for the report thou