[pgadmin-hackers] Error while running pgAdmin4 with apache wsgi - Ubuntu

2016-08-08 Thread Mahesh Balumuri
HI, I am trying to run the pgadmin4 in apache with wsgi module ( Ubuntu 14.04 ). I am getting the below error in the apache error log. [Wed Aug 03 02:27:33.552337 2016] [:error] [pid 25054:tid 140070015198976] ' (HEAD, POST, OPTIONS, GET) -> security.reset_password>, [Wed Aug 03 02:27:33.552340

[pgadmin-hackers] Error messages displayed with pgAdmin4.py when user done latest git pull for pgAdmin4

2016-05-12 Thread Fahar Abbas
Hi, Following error message displayed pgAdmin4.py when user done latest git pull for pgAdmin4 on Ubuntu 14.04 64 bit: - python pgAdmin4.py Traceback (most recent call last): File "pgAdmin4.py", line 56, in app = create_app() File "/home/fahar/Projects/pgadmin4/web/pgadmin/__in

[pgadmin-hackers] Error about inherited table of column in pgadmin1.20.0

2015-10-14 Thread JasmineLiu
Hi, all ! This is Liu Yuanyuan. I find the inherited table of column shown in pgadmin 1.20.0, sometimes isn’t right. That should be a bug. Hope someone to do something about this problem! Here is my example: First I execute the following sql in pgadmin 1.20.0 by query tool: create schema test; cr

[pgadmin-hackers] Error on standby: Cannot assign TransactionIDs during recovery.

2013-07-15 Thread p g
I get this error on the standby node when using check_postgres.pl for the following actions: Autovacuum_freeze Txn_wraparound. I tried running the following query on the standby: SELECT datname, age(datfrozenxid) AS age FROM pg_database WHERE datallowconn ORDER BY 1, 2; The resulting error is

Re: [pgadmin-hackers] Error while trying to any FTS Object with name containing spaces

2012-10-21 Thread Dave Page
Thanks, applied. On Sat, Oct 20, 2012 at 11:33 AM, Dhiraj Chawla wrote: > Hi Dave, > > If a user creates any FTS Object such as configuration, parser, dictionary, > etc. with name containing spaces such as "a b" and tries to drop it via > pgAdmin application via context menu in object browser, th

[pgadmin-hackers] Error while trying to any FTS Object with name containing spaces

2012-10-20 Thread Dhiraj Chawla
Hi Dave, If a user creates any FTS Object such as configuration, parser, dictionary, etc. with name containing spaces such as "a b" and tries to drop it via pgAdmin application via context menu in object browser, the user gets an error saying, "Error: invalid syntax near b...". The problem is the

Re: [pgadmin-hackers] error

2011-03-31 Thread Guillaume Lelarge
Le 31/03/2011 10:50, Guillaume Lelarge a écrit : > Le 31/03/2011 10:39, Timon a écrit : >> ERROR: relation "pg_extension" does not exist >> СТРОКА 1:..., x.extrelocatable, x.extversion, e.comment FROM pg_extensi... >> >> latest git, connecting to postgresql 9.0 >> > > grmbl > > My fault, will f

Re: [pgadmin-hackers] error

2011-03-31 Thread Guillaume Lelarge
Le 31/03/2011 10:39, Timon a écrit : > ERROR: relation "pg_extension" does not exist > СТРОКА 1:..., x.extrelocatable, x.extversion, e.comment FROM pg_extensi... > > latest git, connecting to postgresql 9.0 > grmbl My fault, will fix. -- Guillaume http://www.postgresql.fr http://dalibo.c

[pgadmin-hackers] error

2011-03-31 Thread Timon
ERROR: relation "pg_extension" does not exist СТРОКА 1:..., x.extrelocatable, x.extversion, e.comment FROM pg_extensi... latest git, connecting to postgresql 9.0 -- All bugs reserved -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscriptio

[pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-14 Thread Dave Page
On Mon, Mar 14, 2011 at 8:37 PM, Peter Geoghegan wrote: > On 14 March 2011 20:22, Guillaume Lelarge wrote: >> So I worked a bit on this issue tonight. I think you didn't allocate >> enough memory for filename. See the patch attached. With this patch, it >> works OK for me. I'm wondering if the pa

[pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-14 Thread Dave Page
On Mon, Mar 14, 2011 at 8:22 PM, Guillaume Lelarge wrote: > Le 13/03/2011 09:46, Dave Page a écrit : >> On Sun, Mar 13, 2011 at 1:52 AM, Peter Geoghegan >> wrote: >>> On 12 March 2011 19:13, Guillaume Lelarge wrote: Maybe a stupid question but what is the ! in the variable name (ex_ha

[pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-14 Thread Peter Geoghegan
On 14 March 2011 20:22, Guillaume Lelarge wrote: > So I worked a bit on this issue tonight. I think you didn't allocate > enough memory for filename. See the patch attached. With this patch, it > works OK for me. I'm wondering if the patch should also do +1 on the > other calloc calls. Any ideas o

[pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-14 Thread Guillaume Lelarge
Le 13/03/2011 09:46, Dave Page a écrit : > On Sun, Mar 13, 2011 at 1:52 AM, Peter Geoghegan > wrote: >> On 12 March 2011 19:13, Guillaume Lelarge wrote: >>> Maybe a stupid question but what is the ! in the variable name >>> (ex_hash_setop_except_png!_data)? >> >> There's no good reason. It isn't

[pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-13 Thread Dave Page
On Sun, Mar 13, 2011 at 1:52 AM, Peter Geoghegan wrote: > On 12 March 2011 19:13, Guillaume Lelarge wrote: >> Maybe a stupid question but what is the ! in the variable name >> (ex_hash_setop_except_png!_data)? > > There's no good reason. It isn't a valid identifier name. > > Whatever preprocessor

[pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-12 Thread Peter Geoghegan
On 12 March 2011 19:13, Guillaume Lelarge wrote: > Maybe a stupid question but what is the ! in the variable name > (ex_hash_setop_except_png!_data)? There's no good reason. It isn't a valid identifier name. Whatever preprocessor generates ex_hash_setop_except.pngc and other files like it is bro

[pgadmin-hackers] Re: [pgadmin-hackers] Re: [pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-12 Thread Guillaume Lelarge
Le 12/03/2011 07:07, Dave Page a écrit : > On Sat, Mar 12, 2011 at 6:34 AM, Peter Geoghegan > wrote: >> Hi, >> >> I attempted to build master this evening, but came up against this error: >> >> make[3]: Entering directory `/home/peter/pgadmin3/pgadmin' >> g++ -DHAVE_CONFIG_H -I. -I.. >> -DDATA_DI

[pgadmin-hackers] Re: [pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-11 Thread Dave Page
On Sat, Mar 12, 2011 at 6:34 AM, Peter Geoghegan wrote: > Hi, > > I attempted to build master this evening, but came up against this error: > > make[3]: Entering directory `/home/peter/pgadmin3/pgadmin' > g++ -DHAVE_CONFIG_H -I. -I.. > -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" > -I../pgad

[pgadmin-hackers] error: expected initializer before ‘!’ token

2011-03-11 Thread Peter Geoghegan
Hi, I attempted to build master this evening, but came up against this error: make[3]: Entering directory `/home/peter/pgadmin3/pgadmin' g++ -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -I../pgadmin/include -I/usr/local/pgsql/include -I/usr/local/pgsql/include -DH

Re: [pgadmin-hackers] Error "Column not found in pgSet: size" in pgAdmin 1.12

2010-09-28 Thread Dave Page
On Tue, Sep 28, 2010 at 1:50 PM, Timon wrote: > please don't forget to add this patch in pgAdmin 1.12.1 :) Ooops - thanks! -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgadmin-hacker

Re: [pgadmin-hackers] Error "Column not found in pgSet: size" in pgAdmin 1.12

2010-09-28 Thread Timon
please don't forget to add this patch in pgAdmin 1.12.1 :) 2010/9/17 Dave Page : > On Fri, Sep 17, 2010 at 11:36 AM, Timon wrote: >> 2010/9/17 Dave Page : >>> On Fri, Sep 17, 2010 at 10:10 AM, Timon wrote: when selects indexes node in object browser error appears (see screenshot) Postg

Re: [pgadmin-hackers] Error "Column not found in pgSet: size" in pgAdmin 1.12

2010-09-17 Thread Dave Page
On Fri, Sep 17, 2010 at 11:36 AM, Timon wrote: > 2010/9/17 Dave Page : >> On Fri, Sep 17, 2010 at 10:10 AM, Timon wrote: >>> when selects indexes node in object browser error appears (see screenshot) >>> Postgresql server version postgresql-8.4.4 >> >> I think this is caused by translation of a s

Re: [pgadmin-hackers] Error "Column not found in pgSet: size" in pgAdmin 1.12

2010-09-17 Thread Dave Page
On Fri, Sep 17, 2010 at 10:10 AM, Timon wrote: > when selects indexes node in object browser error appears (see screenshot) > Postgresql server version postgresql-8.4.4 I think this is caused by translation of a string that shouldn't be translated. Can you try the attached patch please? -- Dave

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Ashesh Vashi
On Thu, Aug 19, 2010 at 3:36 PM, Dave Page wrote: > On Thu, Aug 19, 2010 at 11:02 AM, Ashesh Vashi > wrote: > > It is actually an assertion, not crash. > > But, debug version of pgadmin prompts for this and get crashes after this > > assertion. > > As cbColumns (ctComboBoxFix) in dlgIndexConstra

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Dave Page
On Thu, Aug 19, 2010 at 11:02 AM, Ashesh Vashi wrote: > It is actually an assertion, not crash. > But, debug version of pgadmin prompts for this and get crashes after this > assertion. > As cbColumns (ctComboBoxFix) in dlgIndexConstraint has no Client Data for > the current selection, it throws as

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Ashesh Vashi
In fact, I am able to reproduce the same on my side with the latest code (included Dave's last checked-in). One thing - I have noticed in this case. It will reproducible with the table, which does not Primary Key. i.e. CREATE TABLE test(c1 integer, c2 integer); And, crash is in the "Primary Key Pr

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Dave Page
On Thu, Aug 19, 2010 at 10:32 AM, Guillaume Lelarge wrote: > Le 19/08/2010 11:29, Dave Page a écrit : >> On Thu, Aug 19, 2010 at 9:36 AM, Ashesh Vashi >> wrote: >>> I am able to reproduce it (it is reproducible with an index constraints in >>> the table.) >>> And, also found one more crash while

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Ashesh Vashi
Sure *--** **Thanks & Regards,** **Ashesh Vashi** **EnterpriseDB INDIA:* Enterprise Postgres Company On Thu, Aug 19, 2010 at 2:59 PM, Dave Page wrote: > On Thu, Aug 19, 2010 at 9:36 AM, Ashesh Vashi > wrote: > > I am able to reproduce it (it is reproducible with

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Guillaume Lelarge
Le 19/08/2010 11:29, Dave Page a écrit : > On Thu, Aug 19, 2010 at 9:36 AM, Ashesh Vashi > wrote: >> I am able to reproduce it (it is reproducible with an index constraints in >> the table.) >> And, also found one more crash while working on it. >> Steps to reproduce: >> - Create a table without a

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Dave Page
On Thu, Aug 19, 2010 at 9:36 AM, Ashesh Vashi wrote: > I am able to reproduce it (it is reproducible with an index constraints in > the table.) > And, also found one more crash while working on it. > Steps to reproduce: > - Create a table without any constraint > i.e. CREATE TABLE xyz(c1 integer,

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Ashesh Vashi
I am able to reproduce it (it is reproducible with an index constraints in the table.) And, also found one more crash while working on it. Steps to reproduce: - Create a table without any constraint i.e. CREATE TABLE xyz(c1 integer, c2 character varying); - Open Table Properties for the 'xyz' table

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Dave Page
On Thu, Aug 19, 2010 at 8:57 AM, Dave Page wrote: > On Thu, Aug 19, 2010 at 7:23 AM, Ashesh Vashi > wrote: >> What is the version of pgAdmin? > > See $SUBJECT > >> And, What are you trying to fetch? > > It sounded like Timon was simply clicking on a table - I've managed to > reproduce it, but not

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-19 Thread Dave Page
On Thu, Aug 19, 2010 at 7:23 AM, Ashesh Vashi wrote: > What is the version of pgAdmin? See $SUBJECT > And, What are you trying to fetch? It sounded like Timon was simply clicking on a table - I've managed to reproduce it, but not with all tables. Will fix... -- Dave Page Blog: http://pgsnake.

Re: [pgadmin-hackers] error in last pgadmin git version

2010-08-18 Thread Ashesh Vashi
What is the version of pgAdmin? And, What are you trying to fetch? *--** **Thanks & Regards,** **Ashesh Vashi** **EnterpriseDB INDIA:* Enterprise Postgres Company On Thu, Aug 19, 2010 at 9:50 AM, Timon wrote: > when point to table in tree > ERROR: column c.conind

Re: [pgadmin-hackers] Error 403 on mailing list archive

2008-11-04 Thread Guillaume Lelarge
Dave Page a écrit : > On Tue, Nov 4, 2008 at 9:17 AM, Guillaume Lelarge > <[EMAIL PROTECTED]> wrote: >> Dave Page a écrit : >>> On Mon, Nov 3, 2008 at 9:54 AM, Guillaume Lelarge >>> <[EMAIL PROTECTED]> wrote: http://www.pgadmin.org/archives/pgadmin-hackers/ returns a 403 error (Access For

Re: [pgadmin-hackers] Error 403 on mailing list archive

2008-11-04 Thread Guillaume Lelarge
Dave Page a écrit : > On Mon, Nov 3, 2008 at 9:54 AM, Guillaume Lelarge > <[EMAIL PROTECTED]> wrote: >> >> http://www.pgadmin.org/archives/pgadmin-hackers/ returns a 403 error >> (Access Forbidden). > > Yeah, it looks like Alvaro has changed the format of the upstream > archives enough that we can

Re: [pgadmin-hackers] Error 403 on mailing list archive

2008-11-04 Thread Dave Page
On Tue, Nov 4, 2008 at 9:17 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Dave Page a écrit : >> On Mon, Nov 3, 2008 at 9:54 AM, Guillaume Lelarge >> <[EMAIL PROTECTED]> wrote: >>> >>> http://www.pgadmin.org/archives/pgadmin-hackers/ returns a 403 error >>> (Access Forbidden). >> >> Yeah, it l

Re: [pgadmin-hackers] Error 403 on mailing list archive

2008-11-03 Thread Dave Page
On Mon, Nov 3, 2008 at 9:54 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Hi all, > > http://www.pgadmin.org/archives/pgadmin-hackers/ returns a 403 error > (Access Forbidden). Yeah, it looks like Alvaro has changed the format of the upstream archives enough that we can't reformat them as we

[pgadmin-hackers] Error 403 on mailing list archive

2008-11-03 Thread Guillaume Lelarge
Hi all, http://www.pgadmin.org/archives/pgadmin-hackers/ returns a 403 error (Access Forbidden). Not sure if it's there since a long time, a friend just sent me this. So, I'm not sure about what we should do : only link to the postgresql.org archive, or put back the archive in pgadmin.org... Ide

Re: [pgadmin-hackers] Error on connect (1.8.0 beta 3)

2007-08-10 Thread Erwin Brandstetter
On Aug 10, 4:59 pm, [EMAIL PROTECTED] ("Milen A. Radev") wrote: > Dave Page : (...) > >> Do you mind if I send you an updated .exe to try? I can see the problem, > >> but don't currently have 8.1 installed. > > > Actually I just uploaded it to > >http://developer.pgadmin.org/~dpage/pgAdmin3.z

Re: [pgadmin-hackers] Error on connect (1.8.0 beta 3)

2007-08-10 Thread Milen A. Radev
Dave Page написа: > Dave Page wrote: >> Milen A. Radev wrote: >>> Milen A. Radev написа: I just downloaded 1.8.0 Beta3 (WinXP SP2) and upgraded from the Beta2 (using tj. I connected to a remote server running "PostgreSQL 8.1.4 on >>> Read that as "using upgrade.bat". >> :-) >> >> Do you m

Re: [pgadmin-hackers] Error on connect (1.8.0 beta 3)

2007-08-10 Thread Dave Page
Dave Page wrote: > Milen A. Radev wrote: >> Milen A. Radev написа: >>> I just downloaded 1.8.0 Beta3 (WinXP SP2) and upgraded from the Beta2 >>> (using tj. I connected to a remote server running "PostgreSQL 8.1.4 on >> Read that as "using upgrade.bat". > > :-) > > Do you mind if I send you an upd

Re: [pgadmin-hackers] Error on connect (1.8.0 beta 3)

2007-08-10 Thread Dave Page
Milen A. Radev wrote: > Milen A. Radev написа: >> I just downloaded 1.8.0 Beta3 (WinXP SP2) and upgraded from the Beta2 >> (using tj. I connected to a remote server running "PostgreSQL 8.1.4 on > > Read that as "using upgrade.bat". :-) Do you mind if I send you an updated .exe to try? I can see

Re: [pgadmin-hackers] Error on connect (1.8.0 beta 3)

2007-08-10 Thread Milen A. Radev
Milen A. Radev написа: > I just downloaded 1.8.0 Beta3 (WinXP SP2) and upgraded from the Beta2 > (using tj. I connected to a remote server running "PostgreSQL 8.1.4 on Read that as "using upgrade.bat". [...] -- Milen A. Radev ---(end of broadcast)-

[pgadmin-hackers] Error on connect (1.8.0 beta 3)

2007-08-10 Thread Milen A. Radev
I just downloaded 1.8.0 Beta3 (WinXP SP2) and upgraded from the Beta2 (using tj. I connected to a remote server running "PostgreSQL 8.1.4 on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)" and I got the following error: --- pgAdmin III ---

[pgadmin-hackers] Error: wxFrameManagerEvent is not defined

2006-11-14 Thread Dhanaraj M
I tried to compile PGAdmin3-1.6.0 ( and wxWidgets-2.7.2). It failed in the same place when I compiled using both GNU as well as Sun Studio compilers. Can somebody help? I attach the output here. Thanks Dhanaraj /ws/onnv-tools/SUNWspro/SS11/bin/CC -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/u

Re: [pgadmin-hackers] Error message in Solaris platform

2006-10-10 Thread Dave Page
-Original Message- From: "Zdenek Kotala" <[EMAIL PROTECTED]> To: "Dave Page" Cc: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>; "pgadmin-hackers@postgresql.org" Sent: 10/10/06 17:43 Subject: Re: [pgadmin-hackers] Error message in Solaris

Re: [pgadmin-hackers] Error message in Solaris platform

2006-10-10 Thread Zdenek Kotala
Dave Page wrote: but I am getting the following error message whenever I perform any operation. ** (pgadmin3:17704): CRITICAL **: file blueprint-draw.c: line 81: assertion `GTK_WIDGET (widget)' failed Can somebody tell the reason? That's not one of our source files, nor is it par

Re: [pgadmin-hackers] Error message in Solaris platform

2006-10-05 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dhanaraj M > Sent: 05 October 2006 18:00 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] Error message in Solaris platform > > > I compiled and i

[pgadmin-hackers] Error message in Solaris platform

2006-10-05 Thread Dhanaraj M
I compiled and installed PGAdmin in Solaris platform (both S10-sparc and S10-x86) It works well, but I am getting the following error message whenever I perform any operation. ** (pgadmin3:17704): CRITICAL **: file blueprint-draw.c: line 81: assertion `GTK_WIDGET (widget)' failed Can s

Re: [pgadmin-hackers] Error with 7.3

2005-03-31 Thread Dave Page
Thanks. /D From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: Thu 3/31/2005 4:55 PM To: Dave Page Cc: pgadmin-hackers@postgresql.org Subject: Re: Error with 7.3 Dave Page wrote: > Hi Andreas > > Dunno how I didn't spot this earlier, but it appears that the u

Re: [pgadmin-hackers] Error with 7.3

2005-03-31 Thread Andreas Pflug
Dave Page wrote: Hi Andreas Dunno how I didn't spot this earlier, but it appears that the update http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/pgadmin3/src/db/pgConn.cpp.di ff?r1=1.63&r2=1.64 causes an error message on 7.3 servers: Logfile reader will fail if the DateStyle is not ISO. Simple SET DATE

[pgadmin-hackers] Error with 7.3

2005-03-31 Thread Dave Page
Hi Andreas Dunno how I didn't spot this earlier, but it appears that the update http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/pgadmin3/src/db/pgConn.cpp.di ff?r1=1.63&r2=1.64 causes an error message on 7.3 servers: --- pgAdmin III --- An error has occu

Re: [pgadmin-hackers] ERROR: conversion between UNICODE and LATIN1

2004-10-15 Thread Andreas Pflug
Troels Arvin wrote: On Fri, 15 Oct 2004 09:46:04 +, Andreas Pflug wrote: When does it fail? Enable sql logging for that. LOG: connection received: host=127.0.0.1 port=36036 LOG: connection authorized: user=troels database=template1 LOG: statement: SELECT oid, pg_encoding_to_char(encoding)

Re: [pgadmin-hackers] ERROR: conversion between UNICODE and LATIN1

2004-10-15 Thread Troels Arvin
On Fri, 15 Oct 2004 09:46:04 +, Andreas Pflug wrote: > When does it fail? Enable sql logging for that. LOG: connection received: host=127.0.0.1 port=36036 LOG: connection authorized: user=troels database=template1 LOG: statement: SELECT oid, pg_encoding_to_char(encoding) AS encoding, datla

Re: [pgadmin-hackers] ERROR: conversion between UNICODE and LATIN1

2004-10-15 Thread Andreas Pflug
Troels Arvin wrote: Hello, I keep getting ERROR: conversion between UNICODE and LATIN1 is not supported when connecting from pgadmin3 beta 2 (checked out from CVS a little time ago) to rather new checkout of PostgreSQL's CVS. Is this a known problem/limitation? No. When does it fail? Enable sql

[pgadmin-hackers] ERROR: conversion between UNICODE and LATIN1 is not supported

2004-10-14 Thread Troels Arvin
Hello, I keep getting ERROR: conversion between UNICODE and LATIN1 is not supported when connecting from pgadmin3 beta 2 (checked out from CVS a little time ago) to rather new checkout of PostgreSQL's CVS. Is this a known problem/limitation? -- Greetings from Troels Arvin, Copenhagen, Denma

Re: Bug#257117 Re: [pgadmin-hackers] Error messages in SQL Query

2004-07-03 Thread Andreas Pflug
RaphaÃl Enrici wrote: Sorry to insist, but I'd like to come back on this... To get the ERRORDATA_STACK_SIZE in psql it's mandatory to do one more thing than in pgAdmin III. Might be because of Unicode, or an additional backend side problem. Anyhow, this must be examined on pgsql-hackers. We cert

Re: Bug#257117 Re: [pgadmin-hackers] Error messages in SQL Query

2004-07-03 Thread Raphaël Enrici
RaphaÃl Enrici wrote: Andreas Pflug wrote: RaphaÃl Enrici wrote: Ricardo just sent me an email where saying the problem also appears in psql: xxx=# select * from non_existent; ERROR: ERRORDATA_STACK_SIZE exceeded xxx=# So that's obviously a backend problem, and this stuff should go to pgsql-bu

Re: Bug#257117 Re: [pgadmin-hackers] Error messages in SQL Query

2004-07-03 Thread Raphaël Enrici
Andreas Pflug wrote: Raphaël Enrici wrote: Ricardo just sent me an email where saying the problem also appears in psql: xxx=# select * from non_existent; ERROR: ERRORDATA_STACK_SIZE exceeded xxx=# So that's obviously a backend problem, and this stuff should go to pgsql-bugs. Maybe a corrupted

Re: Bug#257117 Re: [pgadmin-hackers] Error messages in SQL Query

2004-07-03 Thread Andreas Pflug
Raphaël Enrici wrote: Ricardo just sent me an email where saying the problem also appears in psql: xxx=# select * from non_existent; ERROR: ERRORDATA_STACK_SIZE exceeded xxx=# So that's obviously a backend problem, and this stuff should go to pgsql-bugs. Maybe a corrupted es_ES translation fi

Re: Bug#257117 Re: [pgadmin-hackers] Error messages in SQL Query

2004-07-03 Thread Raphaël Enrici
Ricardo just sent me an email where saying the problem also appears in psql: a) leave lc_messages = '[EMAIL PROTECTED]'; export [EMAIL PROTECTED] ; /etc/init.d/postgresql restart :~ > psql xxx Contraseña: Bienvenido a psql 7.4.3, el terminal interactivo de PostgreSQL. Digite: \copyright para ver

Bug#257117 Re: [pgadmin-hackers] Error messages in SQL Query window

2004-07-03 Thread Raphaël Enrici
Hi Andreas, hope I won't mess you with a known one... Andreas Pflug wrote: Raphaël Enrici wrote: can one of you confirm that error messages displayed under the SQL query window are generated by the PostgreSQL backend and not by pgAdmin III ? That's correct, everything in the message tab and in c

Re: [pgadmin-hackers] Error messages in SQL Query window

2004-07-03 Thread Andreas Pflug
Raphaël Enrici wrote: can one of you confirm that error messages displayed under the SQL query window are generated by the PostgreSQL backend and not by pgAdmin III ? That's correct, everything in the message tab and in case of problems in the status line is from the backend. Regards, Andreas

[pgadmin-hackers] Error messages in SQL Query window

2004-07-02 Thread Raphaël Enrici
Hi, before I borrow everybody here with a bug report I have in Debian, can one of you confirm that error messages displayed under the SQL query window are generated by the PostgreSQL backend and not by pgAdmin III ? Regards, Raphaël ---(end of broadcast)--

[pgadmin-hackers] Error

2004-03-19 Thread Adam H . Pendleton
When trying to add a server I know get this error "Error connecting to the server: unterminated quoted string in connection info string" I get this error just using the default values, as well as when I fill in my info. I will look at this tonight unless Andreas has a brilliant solution alrea

[pgadmin-hackers] Error connecting to the server: No pg_hba.conf entry for host 80.2...

2004-01-22 Thread Sergio
Hola, soy nuevo en esto de pgAdmin y tengo un problema al conectarme con la base de datos:   Cuando abro el pgAdmin3 e intento conectarme me sale este error "Error connecting to the server: No pg_hba.conf entry for host 80.2".   ¿Cómo puedo solucionarlo?. gracias

Re: [pgadmin-hackers] Error message while connecting to a UNICODE

2003-12-03 Thread Andreas Pflug
Raphaël Enrici wrote: Hope you were not too disappointed by lack of knowledge... Deeply! :-) Shame on me! :) Well, I'm considering forgiving you. This time... Regards, Raphaël aka "MULE_INTERNAL" At least mule, not donkey :-) Regards, Andreas ---(end of broadcast

Re: [pgadmin-hackers] Error message while connecting to a UNICODE

2003-12-03 Thread Raphaël Enrici
Andreas Pflug wrote: Raphaël Enrici wrote: In fact I thought I was not. I'm sorry I don't know anything about MULE_INTERNAL... (this is a real admittance of total ignorance from myself... It looks like it has something to do with what is used in emacs [a friend of you as far as I remember]). I

Re: [pgadmin-hackers] Error message while connecting to a UNICODE

2003-12-03 Thread Andreas Pflug
Raphaël Enrici wrote: In fact I thought I was not. I'm sorry I don't know anything about MULE_INTERNAL... (this is a real admittance of total ignorance from myself... It looks like it has something to do with what is used in emacs [a friend of you as far as I remember]). In fact I configured my

Re: [pgadmin-hackers] Error message while connecting to a UNICODE

2003-12-03 Thread Raphaël Enrici
Andreas Pflug wrote: Andreas Pflug wrote: MULE_INTERNAL->UNICODE not possible, I thought *every* server encoding could be read with client_encoding unicode... Just checked, there's no conversion indeed. What the heck is that at all? I didn't find *any* site that's not referencing pgsql when se

Re: [pgadmin-hackers] Error message while connecting to a UNICODE

2003-12-03 Thread Andreas Pflug
Andreas Pflug wrote: MULE_INTERNAL->UNICODE not possible, I thought *every* server encoding could be read with client_encoding unicode... Just checked, there's no conversion indeed. What the heck is that at all? I didn't find *any* site that's not referencing pgsql when searching for MULE_INTER

Re: [pgadmin-hackers] Error message while connecting to a UNICODE

2003-12-01 Thread Andreas Pflug
Raphaël Enrici wrote: Sorry to come back on this so late. Are you joking ? You took less than a week! :) I am late in testing, that's the only thing which is true! ;p Well, usually we're fixing in less than 24 hours, with an average reaction time of 6 hours. So this was a bit out of standard

Re: [pgadmin-hackers] Error message while connecting to a UNICODE

2003-12-01 Thread Raphaël Enrici
Hi Andreas, Andreas Pflug wrote: Raphaël Enrici wrote: And here is pgadmin3 log file: 2003-11-26 19:25:37 INFO : Destroying a connect dialogue 2003-11-26 19:25:37 STATUS : Connecting to database... 2003-11-26 19:25:37 INFO : Creating pgConn object 2003-11-26 19:25:37 INFO : Server name: 19

Re: [pgadmin-hackers] Error message while connecting to a UNICODE

2003-11-30 Thread Andreas Pflug
Raphaël Enrici wrote: And here is pgadmin3 log file: 2003-11-26 19:25:37 INFO : Destroying a connect dialogue 2003-11-26 19:25:37 STATUS : Connecting to database... 2003-11-26 19:25:37 INFO : Creating pgConn object 2003-11-26 19:25:37 INFO : Server name: 192.169.0.254 (resolved to: 192.169.

Re: [pgadmin-hackers] Error message while connecting to a UNICODE

2003-11-26 Thread Raphaël Enrici
Andreas Pflug wrote: Raphaël Enrici wrote: ... And here is pgadmin3 log file: 2003-11-26 19:25:37 INFO : Destroying a connect dialogue 2003-11-26 19:25:37 STATUS : Connecting to database... 2003-11-26 19:25:37 INFO : Creating pgConn object 2003-11-26 19:25:37 INFO : Server name: 192.169.0.2

Re: [pgadmin-hackers] Error message while connecting to a UNICODE

2003-11-26 Thread Andreas Pflug
Raphaël Enrici wrote: Dear friends, while testing things for hiroshi, I found this problem on my installation: (I read the FAQ and BUGS.txt, but as you know I'm not a good reader and I always need to wash my eyes... :p) pgsql server 7.3.4 with db created in "UNICODE". pgadmin3 latest snapshot (

[pgadmin-hackers] Error message while connecting to a UNICODE db

2003-11-26 Thread Raphaël Enrici
Dear friends, while testing things for hiroshi, I found this problem on my installation: (I read the FAQ and BUGS.txt, but as you know I'm not a good reader and I always need to wash my eyes... :p) pgsql server 7.3.4 with db created in "UNICODE". pgadmin3 latest snapshot (today's one) Observed on

Re: [pgadmin-hackers] Error Emails

2003-06-09 Thread Dave Page
> -Original Message- > From: frank_lupo [mailto:[EMAIL PROTECTED] > Sent: 09 June 2003 07:34 > To: Dave Page > Cc: franklupo; pgadmin-hackers > Subject: RE: [pgadmin-hackers] Error Emails > > > > > > > > > -Original Message- &g

RE: [pgadmin-hackers] Error Emails

2003-06-09 Thread frank_lupo
> > > > -Original Message- > > From: frank_lupo [mailto:[EMAIL PROTECTED] > > Sent: 08 June 2003 20:13 > > To: Dave Page > > Cc: franklupo; pgadmin-hackers > > Subject: RE: [pgadmin-hackers] Error Emails > > > > > > > &g

Re: [pgadmin-hackers] Error Emails

2003-06-07 Thread Dave Page
> -Original Message- > From: frank_lupo [mailto:[EMAIL PROTECTED] > Sent: 06 June 2003 16:38 > To: Dave Page > Cc: franklupo; pgadmin-hackers > Subject: Re: [pgadmin-hackers] Error Emails > > > > Hi Dave, > > I fix error on form type tabs show in p

Re: [pgadmin-hackers] Error Emails

2003-06-06 Thread frank_lupo
> Hi Frank, > > I'm a little concerned about all the error reports we get via email > these day from the new error dialogue. Many of them are issues that > don't require our help. > > Perhaps we should remove the email button, or at least make it require a > little more input from the user? > >

[pgadmin-hackers] Error Emails

2003-06-06 Thread Dave Page
Hi Frank, I'm a little concerned about all the error reports we get via email these day from the new error dialogue. Many of them are issues that don't require our help. Perhaps we should remove the email button, or at least make it require a little more input from the user? Regards, Dave.

Re: [pgadmin-hackers] Error compiling pgAdmin3 from CVS

2003-05-31 Thread Dave Page
Hi Jean-Michel > -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 30 May 2003 16:11 > To: pgadmin-hackers > Subject: [pgadmin-hackers] Error compiling pgAdmin3 from CVS > > > Dear friends, > > I feel stupid to say I cannot

[pgadmin-hackers] Error compiling pgAdmin3 from CVS

2003-05-31 Thread Jean-Michel POURE
Dear friends, I feel stupid to say I cannot compile pgAdmin3. Everytime I try, a different problem arises. Now, it fails at the very begining. I use wxWindows 2.4 stock distribution. Would someone be so kind to help me. Cheers, Jean-Michel **

Re: [pgadmin-hackers] error in schema alter database --- SET

2003-01-28 Thread Dave Page
Thanks Frank, fixed in CVS. Regards, Dave. > -Original Message- > From: frank_lupo [mailto:[EMAIL PROTECTED]] > Sent: 27 January 2003 15:34 > To: pgadmin-hackers > Subject: [pgadmin-hackers] error in schema alter database --- SET > > > In schema is present e

[pgadmin-hackers] error in schema alter database --- SET

2003-01-27 Thread frank_lupo
In schema is present error when setting var to database or user. The name of variable is quoted but the value no. E.g pippo=# ALTER DATABASE gedis30 SET "TRANSACTION ISOLATION LEVEL" = read commi tted\g ERROR: parser: parse error at or near "committed" at character 65 pippo=# ALTER DATABA

Re: [pgadmin-hackers] error comment operator

2002-07-22 Thread Dave Page
> -Original Message- > From: frank_lupo [mailto:[EMAIL PROTECTED]] > Sent: 22 July 2002 16:27 > To: pgadmin-hackers > Subject: [pgadmin-hackers] error comment operator > > > The operators have a comment. > The column in pgadmin2 of comment operators is bl

[pgadmin-hackers] error comment operator

2002-07-22 Thread frank_lupo
The operators have a comment. The column in pgadmin2 of comment operators is blank. Bye !! Frank Lupo (Wolf) !! -- Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f Sponsor: Un regalo, mille possibilità di scelta, una più preziosa dell'altra. Clicca qui: http://adv2.ema

Re: [pgadmin-hackers] error rename column

2002-07-17 Thread Dave Page
> -Original Message- > From: John McCawley [mailto:[EMAIL PROTECTED]] > Sent: 17 July 2002 16:02 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] error rename column > > > Dave Page wrote: > > >The only way I can think to

Re: [pgadmin-hackers] error rename column

2002-07-17 Thread John McCawley
Dave Page wrote: >The only way I can think to prevent this is to include lists of reserved >words in pgAdmin - something I didn't want to do as they can require >maintenance. Anyone have any other ideas? > > Is it a VB reserved word, or SQL Reserved word as in 'ORDER BY foo DESC'? (I assume SQ

Re: [pgadmin-hackers] error rename column

2002-07-17 Thread Dave Page
> -Original Message- > From: frank_lupo [mailto:[EMAIL PROTECTED]] > Sent: 17 July 2002 07:55 > To: pgadmin-hackers > Subject: [pgadmin-hackers] error rename column > > > I have a column name is 'desc' . > If you rename a clomun using form pgadmi

[pgadmin-hackers] error rename column

2002-07-16 Thread frank_lupo
I have a column name is 'desc' . If you rename a clomun using form pgadmin2 error parsing. Desc is a keyword reserved. Bye !! Frank Lupo (Wolf) !! -- Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f Sponsor: Non è necessario spendere un capitale per avere in casa Girel