Re: [pgadmin-support] Bug in exporting results to file

2005-04-14 Thread Mike G.
Finally got to this. Attached is a database dump file creating using defaults in pgadmin. It has one table in the public schema with 3 rows in it. If you do a select * from export_lost, then File->export->choose local character set (I am using XP Pro with U.S. codepage), the file exported wil

[pgadmin-support] Query

2005-04-14 Thread Mario M. Yllescas J.
Hi, i'm a peruvian developer. I try to use the PgAdmin 1.3.0 April 1th in the window "View Data" when i do double click in a cell i can edit the data but when i press F2 key the content of the cell is replaced with a special caracter loosing the data :S   I hope that this issue can be solv

Re: [pgadmin-support] [PATCH] Connect to database using UNIX domain sockets

2005-04-14 Thread Dave Page
Thanks Dom, I've committed a patch for complete UDS support based on your work. Regards, Dave. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dominique Quatravaux > Sent: 13 April 2005 17:02 > To: pgadmin-support@postgresql.org > Subject: [pga

Re: [pgadmin-support] RedHat with Postgres 8

2005-04-14 Thread Devrim GUNDUZ
Hi, On Wed, 13 Apr 2005, Luis Claudio Albuquerque wrote: I read in FAQ that pgadmin 1.1 doesn't work with Postgres 8, only 1.2 version. I have RedHat 9 ... In your donwload site, I can get only 1.2 version of pgadmin for Fedora (pgadmin3-1.2.0-cvs20040917). I tried to install this on my RedHat an

Re: [pgadmin-support] Segmentation fault on Red Hat Linux 8

2005-04-14 Thread Francis Labrie
Hi, Andreas Pflug wrote: Francis Labrie wrote: Following instructions on pgAdmin Web site, I've built and installed both wxWidgets 2.5.5 and pgAdmin III 1.2.1 on Red Hat Linux 8. Unfortunately, I get a segmentation fault on start: [...] Sounds like the well-known gtk bug with some themes. Try an

Re: [pgadmin-support] Segmentation fault on Red Hat Linux 8

2005-04-14 Thread Andreas Pflug
Francis Labrie wrote: Hi, Following instructions on pgAdmin Web site, I've built and installed both wxWidgets 2.5.5 and pgAdmin III 1.2.1 on Red Hat Linux 8. Unfortunately, I get a segmentation fault on start: $ gdb /usr/local/pgadmin3/bin/pgadmin3 GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002

[pgadmin-support] Removing, adding columns

2005-04-14 Thread Virgil Frum
Cannot remove then add a column in table's properties window - Columns tab. SQL tab shows only ALTER TABLE table_name ADD COLUMN column_name; that with DROP COLUMN vanished. So I'm forced to do it in 2 steps. Would be great to do it in one step or pressing an Apply button after remove operation.

Re: [pgadmin-support] [PATCH] Connect to database using UNIX domain sockets

2005-04-14 Thread Dave Page
Hi Dom, This patch could knock off a todo item with a little tweaking - interested in enhancing it a little? Basically, the host parameter in the connection string can also be set to a path to the socket - if it starts with a / it's assumed that it is a path rather than a hostname. http://ww

Re: [pgadmin-support] RedHat with Postgres 8

2005-04-14 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Luis Claudio Albuquerque > Sent: 13 April 2005 20:57 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] RedHat with Postgres 8 > > I read in FAQ that pgadmin 1.1 doesn't work with

[pgadmin-support] Segmentation fault on Red Hat Linux 8

2005-04-14 Thread Francis Labrie
Hi, Following instructions on pgAdmin Web site, I've built and installed both wxWidgets 2.5.5 and pgAdmin III 1.2.1 on Red Hat Linux 8. Unfortunately, I get a segmentation fault on start: $ gdb /usr/local/pgadmin3/bin/pgadmin3 GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Found