Re: [BUGS] char(0)

2011-10-17 Thread Andreas Pflug
Am 17.10.11 10:53, schrieb Thomas Kellerer: > Susanne Ebrecht, 17.10.2011 09:31: >> Hello, >> >> I couldn't find that somebody already mentioned it. >> >> PostgreSQL isn't supporting CHAR(0). >> >> An empty string has a length of 0. >> >> CHAR(0) can have two values: NULL and empty string. >> >> In

Re: [BUGS] BUG #5675: out of memory at request size 32Mb

2010-09-24 Thread Andreas Pflug
Am 24.09.10 14:54, schrieb Robert Haas: On Fri, Sep 24, 2010 at 8:42 AM, Andreas Pflug wrote: The following bug has been logged online: Bug reference: 5675 Logged by: Andreas Pflug Email address: pgad...@pse-consulting.de PostgreSQL version: 8.4.4 Operating system

[BUGS] BUG #5675: out of memory at request size 32Mb

2010-09-24 Thread Andreas Pflug
The following bug has been logged online: Bug reference: 5675 Logged by: Andreas Pflug Email address: pgad...@pse-consulting.de PostgreSQL version: 8.4.4 Operating system: Linux 2.6.26 i686 Description:out of memory at request size 32Mb Details: A slony 2.0 cluster

Re: [BUGS] 1-Click 8.4 win32 fails to run scripts

2009-07-15 Thread Andreas Pflug
This issue still seems unaddressed. Andreas Pflug wrote: > The installer claimed a non-fatal problem, cluster is up and running. > Excerpt from install-postgresql.log > > Installing pl/pgsql in the template1 databases... > psql: Warnung: berflssiges Kommandozeilenargument ¯

[BUGS] 1-Click 8.4 win32 fails to run scripts

2009-07-07 Thread Andreas Pflug
The installer claimed a non-fatal problem, cluster is up and running. Excerpt from install-postgresql.log Installing pl/pgsql in the template1 databases... psql: Warnung: berflssiges Kommandozeilenargument ¯CREATE LANGUAGE plpgsql;® ignoriert psql: Warnung: berflssiges Kommandozeilenargument ¯

Re: [BUGS] data loss with pg_standby when doing a controlled failover

2009-04-06 Thread Andreas Pflug
Guillaume Smet wrote: > On Mon, Apr 6, 2009 at 1:37 PM, Andreas Pflug > wrote: > >> IMHO this should be mentioned in the docs explicitly (I find it quite >> surprising that data can be lost even if the system is shutdown >> correctly), or better when shutting down

Re: [BUGS] data loss with pg_standby when doing a controlled failover

2009-04-06 Thread Andreas Pflug
Scott Mead wrote: > > > > On Mon, Apr 6, 2009 at 7:37 AM, Andreas Pflug > mailto:pgad...@pse-consulting.de>> wrote: > > Running 8.3.7, I have a warm standby configuration with a > archive_timeout of 10min. > > It's obvious that there's a

[BUGS] data loss with pg_standby when doing a controlled failover

2009-04-06 Thread Andreas Pflug
Running 8.3.7, I have a warm standby configuration with a archive_timeout of 10min. It's obvious that there's a 10min period where data could be lost if the master fails and the warm standby server has to take over. What's not obvious is that this is true even if the master server is shut down reg

Re: [BUGS] BUG #3716: utf8 crash with replace

2007-11-08 Thread Andreas Pflug
Tom Lane wrote: > "Andreas Pflug" <[EMAIL PROTECTED]> writes: > >> If replace is used with UTF8 client_encoding, searching for a malformed >> string, the backend will crash. >> > > >> SELECT replace('Ärger', chr(195), '

[BUGS] BUG #3716: utf8 crash with replace

2007-11-02 Thread Andreas Pflug
The following bug has been logged online: Bug reference: 3716 Logged by: Andreas Pflug Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: Linux,Windows Description:utf8 crash with replace Details: If replace is used with UTF8

Re: [BUGS] BUG #2386: pg_restore doesn't restore large objects

2006-04-14 Thread Andreas Pflug
Dave Page wrote: pgAdmin just uses pg_dump/pg_restore to handle the heavy lifting. When I try to restore the backup using PGAdmin III, the log window begins to fill up. Near the end, when it should say it's restoring the BLOBS an error message appears stating the BLOBS couldn't be restored.

Re: [BUGS] BUG #2318: language

2006-03-16 Thread Andreas Pflug
Tomas Zerolo wrote: hi, i am a teaching assistant in www.deu.edu.tr, in one of our db courses, we are planning to teach from postgresql. but pgadmin's language is changing to Turkish due to opsys regional settings. [...] Just give pgadmin another environment: from the command line type

Re: [BUGS] BUG #2116: Searching text fields does not work in EUC_JP

2005-12-16 Thread Andreas Pflug
Jon Keating wrote: I have a database with the default encoding set to EUC_JP and the client (using pgAdmin III) is set to EUC_JP as well. pgAdmin uses Unicode (unless the DB is SQL_ASCII or MULE_INTERNAL), you won't get happy if you change it using a SET command. Regards, Andreas

Re: [BUGS] COPY TO STDOUT BINARY

2005-12-13 Thread Andreas Pflug
Tom Lane wrote: Andreas Pflug <[EMAIL PROTECTED]> writes: Is COPY foo TO STDOUT BINARY supposed to work? I don't think psql will do anything particularly sane with binary copy data, if that's what you meant. echo "COPY foo TO STDOUT BINARY;" | psql >ba

[BUGS] COPY TO STDOUT BINARY

2005-12-13 Thread Andreas Pflug
Is COPY foo TO STDOUT BINARY supposed to work? The query will run some time, but won't give a result. I couldn't see any mentioning in the COPY command docs that would prohibit use of this combination. Tested with psql on 8.0.5 and 8.1.1. Regards, Andreas ---(end of

Re: [BUGS] BUG #1982: pgAdmin 1.2.2 crash when refreshing objects

2005-10-21 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of edward Sent: 21 October 2005 10:40 To: pgsql-bugs@postgresql.org Subject: [BUGS] BUG #1982: pgAdmin 1.2.2 crash when refreshing objects The following bug has been logged online: Bu

Re: [BUGS] BUG #1945: pgAdmin Crash when adding user

2005-10-08 Thread Andreas Pflug
Bernard Simmons wrote: The following bug has been logged online: Bug reference: 1945 Logged by: Bernard Simmons Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Beta 2 Operating system: Windows 2000 Professional SP4 Description:pgAdmin Crash when adding user

Re: [BUGS] BUG #1847: Error in some kind of UNION query.

2005-08-25 Thread Andreas Pflug
THIBAULT Jean-Jacques wrote: The following bug has been logged online: Bug reference: 1847 Logged by: THIBAULT Jean-Jacques Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Linux (Mandrake) Description:Error in some kind of UNION query. De

Re: [BUGS] row number -1 is out of range 0..-1

2005-06-28 Thread Andreas Pflug
Tom Lane wrote: "Bobi Ivanov" <[EMAIL PROTECTED]> writes: Thank you for your quick responce! I don't call them directly. I use pgsql 8.0.3 under Fedora Core and I'm writing queries through pgAdminIII. I would say then that this is a pgAdmin bug, and should be reported on the pgAdmin mailing

Re: [BUGS] BUG #1735: row number -1 is out of range 0..-1 error

2005-06-28 Thread Andreas Pflug
"3";"12";"0";"7 days is the result I'm getting in pgadmin. Regards, Andreas ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [BUGS] BUG #1707: statistics collector starts with stats_start_collector

2005-06-14 Thread Andreas Pflug
Bruce Momjian wrote: If we don't have a way to check this, we'll regret it soon enough... now maybe a GUC setting isn't the optimal way, but I think we need *some* way besides ps. ps doesn't work remotely and I think there's no simple equivalent under Windows either. Sure, but the GUC only

Re: [BUGS] request

2005-05-07 Thread Andreas Pflug
John R Pierce wrote: I would really like postgres to model the alter syntax of mysql, which is really easy to modify table schema especially to include the AFTER col_name part. A) why does the order of the columns in a particular table matter at all? If coding without caring (about portability/

Re: [BUGS] PGPASSWORD

2005-02-27 Thread Andreas Pflug
Oliver Jowett wrote: postgresbugs wrote: The functionality provided by PGPASSWORD should not be removed unless there is a functionality other than .pgpass, which is fine for some uses and not for others, that will provide similar functionality. That could be psql and pg_dump and the like accepti

Re: [BUGS] Minor bug in pgAdmin III

2005-02-09 Thread Andreas Pflug
Lucas Galfaso wrote: Create a trigger using capitalized letters. Whenever you select the trigger, the name of the trigger appears without quotes. Fixed for 1.2.1, thanks for reporting. Regards, Andreas ---(end of broadcast)--- TIP 7: don't forget to

Re: [BUGS] Template1 is locked when pgAdminIII is open

2005-01-31 Thread Andreas Pflug
Tom Lane wrote: "Dave Page" writes: Tom Lane wrote: I think the real answer is something more along the lines of "don't run two copies of pgAdmin at once". He might not be. pgAdmin uses a master connection (normally to template1) and one connection to each database browsed (minus the master conn

Re: [BUGS] Template1 is locked when pgAdminIII is open

2005-01-31 Thread Andreas Pflug
Tom Lane wrote: "Dave Page" writes: pgAdmin uses template1 by default as it is the only accessible database that we can be sure will exist. There are 2 solutions to your problem: 1) Change your pgAdmin connection to use a different default database. 2) Select a different database to use as the t

Re: [BUGS] 22021: invalid byte sequence for encoding \"UNICODE\":

2004-10-29 Thread Andreas Pflug
Lucas Sultanum wrote: I am not sure if this is a bug or I am doing something wrong. When I execute the following command (*insert into a_cadclias values ('6542','65465','amaro','ámaro')*) on pgAdmin III Query it works pretty well, but when I try to do the same through a C# App connecting to the

Re: [BUGS] [pgadmin-support] Bug: PGAdmin + plpythonu + windows

2004-10-20 Thread Andreas Pflug
Sim Zacks wrote: PGAdmin 1.2.0 Beta 2 Multi-line functions in plpythonu do not work when created using pgadmin. The function is created but when it is run for the first time an error of "cannot compile. syntax error on line 2" is given. The functions have been tested and work when created with psql

Re: [BUGS] Money type not gone?

2004-09-21 Thread Andreas Pflug
Josh Berkus wrote: The difference with currency would be the lack of a fixed conversion for different units.For example, you can: You're mixing up quite a lot of stuff here. 10m == 1000cm This is just what I considered forbidden to be included in that "unit-ed type" in my previous mail. c = c

Re: [BUGS] psql can not connect to the server on Win2000 NT

2004-09-20 Thread Andreas Pflug
Kouber Saparev wrote: This sounds a lot like FAQ item 3.2 on http://pginstaller.projects.postgresql.org/FAQ_windows.html. Check those instructions as a first step. Maybe you're right that there's something installed on my computer that's bugging the postmaster. The only networking tool that I have

Re: [BUGS] Money type not gone?

2004-09-20 Thread Andreas Pflug
Karel Zak wrote: On Mon, 2004-09-20 at 08:36 +, Andreas Pflug wrote: Karel Zak wrote: On Sun, 2004-09-19 at 15:29 -0400, Tom Lane wrote: I want to rewrite it for 8.1 as numeric based datetype with some formatting extension probably with some internal stuff from to_char() familly. How about a

Re: [BUGS] Money type not gone?

2004-09-20 Thread Andreas Pflug
Karel Zak wrote: On Sun, 2004-09-19 at 15:29 -0400, Tom Lane wrote: I want to rewrite it for 8.1 as numeric based datetype with some formatting extension probably with some internal stuff from to_char() familly. How about a type that is also able to hold an ISO currency identifier? After a long p

Re: [BUGS] Sugestion

2004-09-02 Thread Andreas Pflug
Julinho wrote: I would like to sugest a control panel ou icontray interface to postgre like service manager in MSSQL (icontray) or the Firebird Server manager (control panel). It would be very nice to control de service! I never understood what that tray icon should be good for (beyond filling u

Re: [BUGS] 8.0.0 beta 1, contrib/dbsize, GetDatabasePath wrong

2004-08-17 Thread Andreas Pflug
Bruce Momjian wrote: Andreas Pflug wrote: Bruce Momjian wrote: Andreas Pflug wrote: Bruce Momjian wrote: This has been corrected in current CVS. But it still fails for tables in tablespaces. That's why I posted all new functions a while ago. Yes, you posted the functions, but I

Re: [BUGS] 8.0.0 beta 1, contrib/dbsize, GetDatabasePath wrong

2004-08-17 Thread Andreas Pflug
Bruce Momjian wrote: Andreas Pflug wrote: Bruce Momjian wrote: This has been corrected in current CVS. But it still fails for tables in tablespaces. That's why I posted all new functions a while ago. Yes, you posted the functions, but I don't understand how to integrate that into dbsi

Re: [BUGS] 8.0.0 beta 1, contrib/dbsize, GetDatabasePath wrong

2004-08-17 Thread Andreas Pflug
Bruce Momjian wrote: This has been corrected in current CVS. But it still fails for tables in tablespaces. That's why I posted all new functions a while ago. Regards, Andreas ---(end of broadcast)--- TIP 7: don't forget to increase your free space

Re: [BUGS] postgresql 8 (pgAdminIII) crashes when login form X is

2004-08-15 Thread Andreas Pflug
Peter Eisentraut wrote: 10006226 wrote: I installed version 8 software using msi pack and created postgres user and one other. On opening pgAdmin login form - couldn't overtype User-name postgres and clicked form close icon (Red X). MsgBox said "An error has occurred. Couldn't create a connection d

Re: [BUGS] PostgreSQL 8.0

2004-08-13 Thread Andreas Pflug
Andras Kutrovics wrote: LOG: select() failed in statistics collector: An operation was attempted on something that is not a socket. What's your operating system platform? Regards, Andreas ---(end of broadcast)--- TIP 7: don't forget to increase your

Re: [BUGS] pgAdmin III edit grid on empty Table

2004-08-13 Thread Andreas Pflug
Nathan Daniels wrote: I am running the Win32 build installed of the msi installer on a Win2K box. After installing the database, I created a new database named 'FPMain' and a new table named 'Trusted' with one column also named 'Trusted' of varchar[100] NOT NULL. When I went to edit the table, the

Re: [BUGS] broken contrib/dbsize in cvs head?

2004-08-11 Thread Andreas Pflug
Fabien COELHO wrote: contrib/dbsize> make gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I. -I../../src/include -D_GNU_SOURCE -c -o dbsize.o dbsize.c dbsize.c: In function `database_size': dbsize.c:58: error: too few arguments to function `GetDatabasePath' m

Re: [BUGS] BUG #1199: pgAdmin problem

2004-07-21 Thread Andreas Pflug
PostgreSQL Bugs List wrote: The following bug has been logged online: Bug reference: 1199 Logged by: Marko Zmak Email address: [EMAIL PROTECTED] PostgreSQL version: 7.5 Dev Operating system: Windows XP Description:pgAdmin problem This list is for pgsql, not for pgadmin.

Re: [BUGS] Bug in concat operator for Char? -- More Info

2004-07-21 Thread Andreas Pflug
Tom Lane wrote: Food for thought: in 7.4, regression=# select ('X '::char) = ('X'::char); ?column? -- t (1 row) regression=# select ('Y '::char) = ('Y'::char); ?column? -- t (1 row) regression=# select ('X '::char || 'Y '::char) = ('X'::char || 'Y'::char); ?column?

Re: [BUGS] UNIQUE not honoured for NULL

2004-07-12 Thread Andreas Pflug
Gaetano Mendola wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruno Wolff III wrote: | On Mon, Jul 12, 2004 at 14:47:34 +0200, | Gaetano Mendola <[EMAIL PROTECTED]> wrote: | |>As someone says NULL = NULL is false | | | As someone else pointed out, NULL = NULL is NULL which is not TRUE. Yes

Re: [BUGS] [7.4.2] Still "variable not found in subplan target lists"

2004-04-18 Thread Andreas Pflug
Tom Lane wrote: It doesn't fix views that contain references to the column. The new typmod would need to be propagated into the view's rule parsetree, and perhaps to the type of the view's result column if the view directly exposes the changed column (whereupon you need to recursively look at the

Re: [BUGS] [7.4.2] Still "variable not found in subplan target lists"

2004-04-16 Thread Andreas Pflug
Tom Lane wrote: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: Today after changing (with pgadmin III) the datatype of qrydorders.docomment from varchar(255) to varchar(2500) i got the error "variable not found in subplan target lists" [ from a view dependent on the table ] This is an uns

Re: [BUGS] BUG #1082: Order by doesn't sort correctly.

2004-02-24 Thread Andreas Pflug
Tom Lane wrote: Richard Neill <[EMAIL PROTECTED]> writes: This ordering is perverse! No kidding. No matter what the priority is of the different characters, I cannot understand how the above can arise. You are assuming that it's a byte-at-a-time process. It's not. I believe the

Re: [BUGS] [pgadmin-hackers] Degrade(character conversion problem) pga3?

2003-10-08 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Andreas. I have a problem. It is a happening within this week. See below. http://cre-ent.skcapi.co.jp/~saito/pgadmin3/20030922_1.jpg http://cre-ent.skcapi.co.jp/~saito/pgadmin3/20031007_1.jpg Tonight, let me know it if you know something though it will be examined. Thank y

Re: [BUGS] bug reporting

2003-10-03 Thread Andreas Pflug
Alexandr S wrote: Pgadmin 3.1 don t work (operations like insert rows) with columns named in russian language (title of column in russian language). But the same operations using PhpPgAdmin - all works very well, right. And if replace russian title of column with equivalent in english - all

Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-25 Thread Andreas Pflug
Javier Carlos wrote: POSTGRESQL BUG REPORT TEMPLATE Your name : Javier Carlos Rivera Your email address

Re: [BUGS] pgadmin 3 bug - crash on start, win95b

2003-09-05 Thread Andreas Pflug
Jim, first of all, this is the wrong mailing list. Use pgadmin-support for pgadmin related questions. The binary win32 release of pgAdmin3 is unicode enabled, which requires Windows NT, 2000 or XP, 95 and 98 are too old. Regards, Andreas ---(end of broadcast)-

Re: [BUGS] session variable

2003-09-02 Thread Andreas Pflug
Bupp Phillips wrote: Could you possible have some type of variable (preferably the Transaction ID) that can identify an individual process? There's pg_backend_pid() for 7.4 and backend_pid() as contrib module for earlier releases. Regards, Andreas ---(end of broadcast)

Re: [BUGS] Cannot compile CVS current on Mac OS X 10.2.6

2003-09-02 Thread Andreas Pflug
Kenji Sugita wrote: Attached is compilation error messages of current CVS: gcc -traditional-cpp -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -c -o pqcomm.o pqcomm.c pqcomm.c: In function `StreamServerPort': pqcomm.c:280: parse error before '<<' token pqcomm.c:29

Re: [BUGS] session variable

2003-09-02 Thread Andreas Pflug
sad wrote: is it possible to define user variables in session ? If not then is it planned to implement ? or it is principially impossible in PosqtgreSQL psql has variables, but in general we don't support session varibles. You could create a temp table and put a value in there easily.

Re: [BUGS] can't link the libpq.dll for bcc32.mak

2003-08-26 Thread Andreas Pflug
Ping-Hua Shao wrote: > Dear: > I try to compile the libpq library (in 7.3.4 & 7.4 beta1 src folder) > with bcc32.mak under bcc55 and bcb6, but have some problems when linked. > The problems are about : > 1._pqGethostbyname > 2._pqStrerror > can't referenced. There are already patches for this on

Re: [BUGS] Database Grants Bug

2003-08-18 Thread Andreas Pflug
Marcus England wrote: On Mon, 2003-08-18 at 09:29, Joe Conway wrote: Marcus England wrote: Again, I don't know what your definition of "most, if not all other DBMS's" is, but a quick read through my MSSQL2000 manual indicates SQL Server is no different from Postgres in this regard. Sa

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Tom Lane wrote: Hm. The postmaster is sending back 'N' indicating that it does not want to do SSL. Are you sure you are connecting to an SSL-enabled postmaster? Also, is your connection by any chance IPV6? It doesn't look like it from the tcpdump, but I'm not sure I know how to tell. Ah, that's

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Hi Tom, reducing the traced conversation to its essence it's just a ssl-request to a non-ssl server :-( localhost.32822 > localhost.postgresql: 0008 04d2 162f localhost.postgresql > localhost.32822: 4e And no hints from serverlog. Are there some more debugging options that I could enab

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Tom Lane wrote: Bizarre. I looked through the recent sslmode patch, and while I found some things I didn't like, none of them explain this. Could you perhaps get a trace of the server-to-client interaction? Either strace'ing psql or watching the IP traffic with a packet sniffer should do --- bu

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Tom Lane wrote: Andreas Pflug <[EMAIL PROTECTED]> writes: I currently don't have a system to reproduce this, because I didn't succeed making my 7.4 server accepting ssl-connections. I posted for installation help on pgsql-admin but didn't get a reaction so far. RTFM u

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Tom Lane wrote: =?ISO-8859-1?Q?Hans-J=FCrgen?= Hay <[EMAIL PROTECTED]> writes: The hangs happen only when I connect via network unsing psql -h localhost template1 And the problem is gone, when ssl is switched off in postgresql.conf We have heard a couple of reports of problems with SSL con

Re: [BUGS] problem with libpq/encrypted

2003-07-28 Thread Andreas Pflug
This problem is happening with libpq 7.4 too. I believe we have a problem with libpq 7.3.3 with encryption. I currently don't have a 7.3.3/ssl system running, but this has been reported by Christian Ruediger Bahls, who traced it, and Dave Page. When running pgAdmin3 over a ssl encrypted connect

[BUGS] problem with libpq7.3.3/encrypted

2003-07-24 Thread Andreas Pflug
I believe we have a problem with libpq 7.3.3 with encryption. I currently don't have a 7.3.3/ssl system running, but this has been reported by Christian Ruediger Bahls, who traced it, and Dave Page. When running pgAdmin3 over a ssl encrypted connection, it will hang, even for very small queries