Re: [BUGS] BUG #7581: changing blocksize makes tests fail

2012-10-03 Thread William Dauchy
d so much in 9.2. Thanks, -- William -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] BUG #6148: unterminated CSV quoted field

2011-08-04 Thread william wei
The following bug has been logged online: Bug reference: 6148 Logged by: william wei Email address: wei_jie...@founder.com PostgreSQL version: 8 Operating system: linux Description:unterminated CSV quoted field Details: error: unterminated CSV quoted field. when

[BUGS] BUG #5610: Extremely slow bulk insert performance

2010-08-10 Thread William Wei
The following bug has been logged online: Bug reference: 5610 Logged by: William Wei Email address: william@tsx.com PostgreSQL version: AS8.4.4 Operating system: 64-bit Linux 2.6.18-164.6.1.el5 Description:Extremely slow bulk insert performance Details: We now

[BUGS] BUG #4963: Selecting timestamp without timezone at timezone gives wrong output

2009-08-04 Thread William Crawford
The following bug has been logged online: Bug reference: 4963 Logged by: William Crawford Email address: will...@ezyield.com PostgreSQL version: 8.3.7 Operating system: Gentoo Description:Selecting timestamp without timezone at timezone gives wrong output Details

Re: [BUGS] BUG #4884: Misleading error message

2009-06-25 Thread Chu, William
Tom, What's odd is after the DBA added the proper IP address entries to the pg_hba.conf I was able to connect properly. Regards, Wil -Original Message- From: Tom Lane [mailto:t...@sss.pgh.pa.us] Sent: Thursday, June 25, 2009 4:27 PM To: Chu, William Cc: pgsql-bugs@postgresq

[BUGS] BUG #4884: Misleading error message

2009-06-25 Thread William Chu
The following bug has been logged online: Bug reference: 4884 Logged by: William Chu Email address: w...@facorelogic.com PostgreSQL version: 7.4.5 Operating system: RedHat Enterprise 5.3 Description:Misleading error message Details: The following error message

[BUGS] Fwd: postgresql83 and ossp/uuid

2008-11-07 Thread William Davis
Begin forwarded message: From: William Davis <[EMAIL PROTECTED]> Date: November 6, 2008 6:46:42 PM EST To: [EMAIL PROTECTED] Subject: postgresql83 and ossp/uuid I just did yhe new upgrade on ossp-uuid [ from 1.6.1_0 to 1.6.2_0 ] . Since it has 1 dependent I then did u

Re: [BUGS] BUG #4330: Bonjour connections ignore hba config METHOD and always trusted

2008-07-28 Thread William Kyngesburye
On Jul 28, 2008, at 3:35 PM, Tom Lane wrote: "William Kyngesburye" <[EMAIL PROTECTED]> writes: When connection with the Bonjour name of the postgres server, it ignores the md5 setting and always trusts the connection. I tried with other auth methods with the same effect

[BUGS] BUG #4330: Bonjour connections ignore hba config METHOD and always trusted

2008-07-28 Thread William Kyngesburye
The following bug has been logged online: Bug reference: 4330 Logged by: William Kyngesburye Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: Mac OS X 10.4.11 Description:Bonjour connections ignore hba config METHOD and always trusted

[BUGS] BUG #3532: Can't rollup array of arrays

2007-08-10 Thread James William Pye
The following bug has been logged online: Bug reference: 3532 Logged by: James William Pye Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: FreeBSD Description:Can't rollup array of arrays Details: Dunno about the spec, but I would

Re: [BUGS] BUG #3506: to_number silently ignore characters

2007-08-03 Thread William Leite Araújo
that would behave in a more expected manner, or at > least document precisely the current behaviour in the documentation. > > Best regards, > Laurent > > > ---(end of broadcast)--- > TIP 1: if posting/reading through Usenet, please send an a

Re: [BUGS] BUG #3506: to_number silently ignore characters

2007-08-03 Thread William Leite Araújo
mber($1,$2); END; $$ LANGUAGE PLPGSQL IMMUTABLE; Tests... =# select my_to_number('123.0','99'); ERRO: TEXT 123.0 is not a valid NUMBER =# select my_to_number('1230','99'); my_to_number ------ 1230 (1 registro) Tempo: 0,734 ms -- William Leite Araújo DBA - QualiConsult

Re: [BUGS] BUG #3506: to_number silently ignore characters

2007-08-03 Thread William Leite Araújo
2007/8/3, William Leite Araújo <[EMAIL PROTECTED]>: > > CREATE OR REPLACE my_to_number(text,text) RETURNS number AS OOOps... CREATE OR REPLACE FUNCTION ... $$ > BEGIN > IF NOT textregexeq($1,'[0-9]{'||length($2)||'}') THEN > RAISE EXCEPTION &#x

Re: [BUGS] BUG #3509: bug with command from with two tables

2007-08-03 Thread William Leite Araújo
d 1 = > any (objects.field3)", not return the register. > > all these commands when i execute in "execute query" of pgadminIII not > have > problem. > > -------(end of broadcast)--- > TIP 9: In versions below 8.0, the planner will ignore your desire to >choose an index scan if your joining column's datatypes do not >match > -- William Leite Araújo Estudante de paternidade - 17a semana

Re: [HACKERS] [BUGS] BUG #3244: problem with PREPARE

2007-04-24 Thread William Lawrance
In the modified version of ECPG that we used for our benchmark, we PREPARE'd all statements. -Original Message- From: Michael Meskes [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 12:45 AM To: William Lawrance Cc: Tom Lane; pgsql-bugs@postgresql.org; [EMAIL PROTECTED] Su

Re: [BUGS] BUG #3244: problem with PREPARE

2007-04-24 Thread William Lawrance
epared", using the array of parameters built in the first step above. -Original Message- From: Tom Lane [mailto:[EMAIL PROTECTED] Sent: Sunday, April 22, 2007 7:53 PM To: William Lawrance Cc: pgsql-bugs@postgresql.org; [EMAIL PROTECTED] Subject: Re: [BUGS] BUG

[BUGS] BUG #3244: problem with PREPARE

2007-04-19 Thread William Lawrance
The following bug has been logged online: Bug reference: 3244 Logged by: William Lawrance Email address: [EMAIL PROTECTED] PostgreSQL version: cvs HEAD Operating system: Linux Description:problem with PREPARE Details: This program that does "PQprepare"

[BUGS] BUG #2970: "FETCH ABSOLUTE -1" from a holdable cursor failed

2007-02-06 Thread William ZHANG
The following bug has been logged online: Bug reference: 2970 Logged by: William ZHANG Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.2 Operating system: i686-pc-linux-gnu Description:"FETCH ABSOLUTE -1" from a holdable cursor failed Details:

[BUGS] BUG #2835: Table inheritance and statement level trigger.

2006-12-18 Thread William ZHANG
The following bug has been logged online: Bug reference: 2835 Logged by: William ZHANG Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.0 Operating system: Linux Description:Table inheritance and statement level trigger. Details: create language plpgsql

Re: [BUGS] BUG #2496: Troubles with fixed-point types (NUMERIC, DECIMAL,...)

2006-07-11 Thread William ZHANG
g the following statement via psql will cause the similar error you got: PREPARE foo (VARCHAR) AS INSERT INTO "junk" ( "preis" ) VALUES ( $1 ) Can you change the parameter "log_error_verbosity" to "verbose", and send me the log file? Regards, William ZHA

Re: [BUGS] BUG #2496: Troubles with fixed-point types (NUMERIC, DECIMAL,...)

2006-06-28 Thread William ZHANG
Can you set "log_statement" in postgresql.conf and post the logged statements? -- With regards, William ZHANG - Original Message - From: ""Heinz-Peter Heidinger"" <[EMAIL PROTECTED]> Newsgroups: pgsql.bugs Sent: Saturday, June 24, 2006 3:44 PM Sub

Re: [BUGS] missing or erroneous pg_hba.conf file

2006-06-02 Thread William ZHANG
ect.) Steps: 1. Fix your pg_hba.conf according to the document mentioned above. 2. Use psql to test if you can connect to the database server. If not, goto step 1, else goto step 3. 3. Use your application to run tests. > ""qinyan"" <[EMAIL PROTECTED]>

Re: [BUGS] updating unique columns

2006-06-02 Thread William ZHANG
o it in two steps, assuming that > orderby is > 0 for all rows you are changing: > > BEGIN; > UPDATE mytable SET orderby = -orderby WHERE groupid = 1; > UPDATE mytable SET orderby = -orderby+10 WHERE groupid = 1; > COMMIT; Should we invent something to d

Re: [BUGS] BUG #2457: Make fails at copydir.c / copydir.o

2006-05-26 Thread William Gray
Tom Lane wrote: > William Gray <[EMAIL PROTECTED]> writes: > >> I'm not sure how I'd go about determining that. I don't recall messing >> with any of my system's .h files. Do you know where I might look? >> > > grep th

Re: [BUGS] BUG #2457: Make fails at copydir.c / copydir.o

2006-05-26 Thread William Gray
Tom, I'm not sure how I'd go about determining that. I don't recall messing with any of my system's .h files. Do you know where I might look? Thanks! Billy Tom Lane wrote: > "William Gray" <[EMAIL PROTECTED]> writes: > >> When I run the mak

[BUGS] BUG #2457: Make fails at copydir.c / copydir.o

2006-05-26 Thread William Gray
The following bug has been logged online: Bug reference: 2457 Logged by: William Gray Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Mac OS X Tiger 10.4.6 (PowerPC) Description:Make fails at copydir.c / copydir.o Details: When I run

Re: [BUGS] BUG #2372: dblink_exec doesn't return. NEVER!

2006-04-05 Thread William Leite Araújo
s automatically, and works fine... -- William Leite Araújo

Re: [BUGS] BUG #2372: dblink_exec doesn't return. NEVER!

2006-04-03 Thread William Leite Araújo
s for users to view).Thanks,Stephen-BEGIN PGP SIGNATURE-Version: GnuPG v1.4.2 (GNU/Linux)iD8DBQFEMZPKrzgMPqB3kigRAkjsAJwJjASObN0lMkuO8w5qbolAxOImlACfTjJ4 HNN2dVp6S6ng5Fc9yIsxGSE==akx8-END PGP SIGNATURE--- William Leite Araújo

[BUGS] BUG #2372: dblink_exec doesn't return. NEVER!

2006-04-03 Thread William Leite Araújo
The following bug has been logged online: Bug reference: 2372 Logged by: William Leite Araújo Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.7 Operating system: i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) Description:dblink_exec

Re: [BUGS] BUG #2332: commands ignored until end of transaction block

2006-03-18 Thread William ZHANG
There must be some error caused by the SQL statements sent by the application or driver. You can log the SQL statements by setting log_statement to true in postgres.conf. Regards, William ZHANG ---(end of broadcast)--- TIP 3: Have you checked our

Re: [BUGS] BUG #2240: length() with geometric types

2006-02-06 Thread James William Pye
hat way? If yes, why? Yes. You specified your path as a closed path. With its "loopback", it's twice as long. To specify it as an open path, do path('[(0,0),(2,0)]'). SELECT length(path('[(1,0),(0,0)]')) = '1'; SELECT length(path('(1,0),(0,0)&#

Re: [BUGS] BUG #1908: sql support chinese char error

2005-10-02 Thread William ZHANG
It looks strange. Can you show us more information: 1. Database encoding: show server_encoding; 2. SQL scripts do create and insert the values. ""wally"" <[EMAIL PROTECTED]> wrote > > The following bug has been logged online: > > Bug reference: 1908 > Logged by: wally > Email addr

Re: [BUGS] BUG #1932: initdb.log

2005-10-02 Thread William ZHANG
Also reported on http://archives.postgresql.org/pgsql-hackers/2005-09/msg00841.php. ""zhangsijing"" <[EMAIL PROTECTED]> wrote > > The following bug has been logged online: > > Bug reference: 1932 > Logged by: zhangsijing > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8

Re: [BUGS] BUG #1815: ECPGdebug causes crash on Windows XP

2005-10-02 Thread William ZHANG
mismatch is a problem on all platforms, it is more common > on Win32 where the FILE structure changes for debug, for example. > > -- - > > Michael Meskes wrote: > > On Mon, Aug 15, 2005 at 07:39:42PM +0800

[BUGS] Installing to Windows XP cannot create db

2005-09-07 Thread william . lewis
Hi, I have managed to install the service on my windows XP box, but when I try to create a database I get: Creating database 'test' . . .   E_LQ0001 Failed to connect to DBMS session. E_LC0001 GCA protocol service (GCA_REQUEST) failure.     Internal service status E_GC0135 -- A default server cl

Re: [BUGS] BUG #1830: Non-super-user must be able to copy from a

2005-08-18 Thread William ZHANG
"Oliver Jowett" <[EMAIL PROTECTED]> wrote:[EMAIL PROTECTED] > Bernard wrote: > >> The majority of JDBC users trying to bulk load tables would not want >> to send the data through their connection. This connection is designed >> to send commands and to transfer only as much data as necessary and a

Re: [BUGS] BUG #1815: ECPGdebug causes crash on Windows XP

2005-08-15 Thread William ZHANG
Yes. It is reproducible. But it works well in MinGW. Is there sth. wrong with the import library lib\ms\libecpg.lib or lib\libecpg.dll? "Joshua Masiko" <[EMAIL PROTECTED]> wrote:[EMAIL PROTECTED] > > ntdll.dll!7c918fea() > ntdll.dll!7c9106eb() > ntdll.dll!7c90104b() > msvcrt.dll!77c3b90d() >

Re: [BUGS] BUG #1815: ECPGdebug causes crash on Windows XP

2005-08-10 Thread William ZHANG
Make sure the lib directory is in the PATH. I tested it in MinGW. $ ecpg main.pgc $ gcc main.c -I../include -L../lib -lecpg $ export PATH=$PATH:"/c/Program Files/PostgreSQL/8.0/lib" $ ./a.exe [1772]: ECPGdebug: set to 1 ""joshua masiko"" <[EMAIL PROTECTED]> wrote news:[EMAIL PROTECTED] > > The f

Re: [BUGS] Failed regression test in postgresql-7.4

2003-12-09 Thread LANE WILLIAM HOY
Thanks, Bruce. I have a 7.3.4 install in my current path when running the regression tests. I will try rebuilding and retesting with a modified path. Lane Hoy [EMAIL PROTECTED] On Sat, 6 Dec 2003, Bruce Momjian wrote: > [EMAIL PROTECTED] wrote: > > /usr/local/src/postgresql-7.4/src/test/regres

Re: [BUGS] 7.4: CHAR padding inconsistency

2003-11-19 Thread William ZHANG
Bruce said: > How do other databases handle this? I have tried on MS SQL Server 2000 and Oracle 9i for Windows. SQL Server doesn't like character_length and || , so use len and + instead. Oracle doesn't like character_length either, use length. Hope the result may help. create table chartest(col

[BUGS]

2003-09-04 Thread William K
unsubscribe __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command

[BUGS] 答复: [BUGS] Bug #818: There are no aggregate functions for type RELTIME

2002-11-15 Thread William
it has already been fixed in 7.3b2 -ÓʼþÔ­¼þ- ·¢¼þÈË: [EMAIL PROTECTED] [mailto:pgsql-bugs-owner@;postgresql.org] ´ú±í [EMAIL PROTECTED] ·¢ËÍʱ¼ä: 2002Äê11ÔÂ14ÈÕ 21:50 ÊÕ¼þÈË: [EMAIL PROTECTED] Ö÷Ìâ: [BUGS] Bug #818: There are no aggregate functions for type RELTIME Paul Mamin ([EMAIL PR

[BUGS] Backend process termination + database corruption

2001-12-22 Thread William Yu
Unfortunately, I can't tell you how the exact problem ocurred. All I know is after checking my logs, I see the following: ERROR: DeleteTypeTuple: type "tmp_clm_empl" does not exist Server process (pid 18240) exited with status 256 at Fri Dec 21 23:00:01 2001 Terminating any active server process

[BUGS] Corrupted index/unique column after vacuuming

2001-07-10 Thread William M. Shubert
Hi. I was running a postgres script that made modifications to a database with a column tagged as UNIQUE, and in the middle ran "vacuumdb --analyze" from another console. "vacuumdb" reported an error along the lines of "duplicate key" (sorry, I did not save the exact error!). After that, all att

[BUGS] Re: round - timestamp bug

2001-02-07 Thread William Boyle
Gonzalo Arana wrote: > > > POSTGRESQL BUG REPORT TEMPLATE > > > Your name : Gonzalo Arana > Your email addres