[BUGS] BUG #8139: initdb: Misleading error message when current user not in /etc/passwd

2013-05-07 Thread nicolas
The following bug has been logged on the website: Bug reference: 8139 Logged by: Nicolas Marchildon Email address: nico...@marchildon.net PostgreSQL version: 9.2.4 Operating system: RHEL 6 Description: Running initdb while logged in as a user that has no entry in

[BUGS] BUG #6220: Flagstaff

2011-09-23 Thread Nicolas Beuzeboc
The following bug has been logged online: Bug reference: 6220 Logged by: Nicolas Beuzeboc Email address: nicolasbeuze...@gmail.com PostgreSQL version: 8.4.8 Operating system: Ubuntu Natty Description:Flagstaff Details: There is a month difference between the query

[BUGS] BUG #5222: failed to run initdb: 1!

2009-12-01 Thread Nicolas urtizberea
The following bug has been logged online: Bug reference: 5222 Logged by: Nicolas urtizberea Email address: nurtizbe...@gmail.com PostgreSQL version: 8.3.1-1 Operating system: Windows XP Fundamentals for Legacy Pc`s SP3 Description:failed to run initdb: 1! Details

[BUGS] bug

2009-12-01 Thread nicolas urtizberea
The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale C. fixing permissions on existing directory C:/Program Files/PostgreSQL/8.2/data ... ok creating subdirectories ... ok sel

Re: [BUGS] BUG #4167: When generating UUID using UUID-OSSP module, UUIDs are not unique on Windows

2008-07-03 Thread Nicolas ANTONINI
Any news about a fix for this bug ? Regards, Nicolas ANTONINI Hiroshi Saito a écrit : Hi Ahhh, This problem is reproduced. :-( Sorry, I neglect it. Then, the following is considered as management. http://winpg.jp/~saito/pg_work/OSSP_win32/getrand.c I will consult to Ralf-san tonight. or

[BUGS] PB with postgresql 7.4

2008-04-28 Thread Nicolas ZABOURI
Hello, It's not a bug but I have a question for you: My server is down and all my dump aren't make. How can make for re-install the data on a new install of the server ? I don't find a forum who can speak about this ! Can you help me please? Best regards, Europe Camions Inte

Re: [BUGS] [PATCHES] Patch to allow contrib/pgbench files to have blank lines

2005-12-07 Thread Nicolas Barbier
0) { > commands = process_commands(buf); > if (commands == NULL) > { > fclose(fd); > return false; > } > } else { > lineno++; Above line will cause a skip in the my_commands array, leaving a garbage pointer. Removing it will fix things.

[BUGS] BUG #1777: Cache lookup filed

2005-07-20 Thread nicolas
The following bug has been logged online: Bug reference: 1777 Logged by: nicolas Email address: [EMAIL PROTECTED] PostgreSQL version: 7.2 Operating system: Linux Debian Description:Cache lookup filed Details: ERROR: fmgr_info: function 16556: cache lookup failed

[BUGS] cache lookup failed

2005-07-20 Thread Nicolas Recabarren
I have a next problem ERROR: fmgr_info: function 16556: cache lookup failed Nicolas Alberto

[BUGS] BUG #1598: using default 'now', or now() or CURRENT_TIMESTAMP when creating table does not work as expected

2005-04-15 Thread Nicolas HAHN
The following bug has been logged online: Bug reference: 1598 Logged by: Nicolas HAHN Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.7 Operating system: Fedora Core 3 Description:using default 'now', or now() or CURRENT_TIMESTAMP when creating

[BUGS] BUG #1504: Wrong user is used for sequences through rules

2005-02-22 Thread Nicolas Rachinsky
The following bug has been logged online: Bug reference: 1504 Logged by: Nicolas Rachinsky Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.7 Operating system: FreeBSD 4.10 Description:Wrong user is used for sequences through rules Details: As the user

[BUGS] BUG #1381: invalid input syntax for integer: ""

2005-01-10 Thread Nicolas Addington
The following bug has been logged online: Bug reference: 1381 Logged by: Nicolas Addington Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: aix Description:invalid input syntax for integer: "" Details: When a pl/perl trigger for

[BUGS] compiling on AIX

2004-12-29 Thread Nicolas Addington
Hi, Compiling 8.0.0RC2 on AIX 4.3 on an RS600 with gcc, in src/backend, got the following error: gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -L../../src/port -L/usr/local/lib -L/da23/d56/croquet/readline/lib access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o parser/

[BUGS] plperl and pgport

2004-12-29 Thread Nicolas Addington
Hi, Compiling 8.0.0RC2 on AIX 4.3 on an RS600 with gcc, in src/pl/plperl, got the following error: gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE -o libplperl.so libplperl.a -L../../../src/port -L/usr/local/lib -L/da23/d56/croquet/rea

[BUGS] Replace function BUG

2004-07-16 Thread Nicolas Bottarini
e correct result: “test %400% ok”   If this is a known BUG please tell me because I need to fix this.   Thanks   Nicolas Bottarini  

[BUGS] JDBC Trouble when exception appears .

2002-03-12 Thread Nicolas Paymal
Hello,I got some pb with this configuration database pgsql 7.1 and connect with jdbc driver from 7.2 I notice something that could be a jdbc bugs :when connection is not set to autocommit (setAutocommit(false))When you catch an exception, the next requests until the next commit are totaly ing

[BUGS] CURRENT_TIMESTAMP not work correctly insinde a transaction.

2002-02-22 Thread Nicolas Paymal
s); } Thread.sleep(1000); } statement.close(); con.close(); } catch (Exception e) { System.out.println("# Problem: "+e); e.printStackTrace(); } } } -- Nicolas Paymal Developer R&D. Instranet Inc. --

[BUGS] seq scan on a table whereas an index exist

2001-03-07 Thread Nicolas GIMMILLARO
Result (cost=0.00..0.00 rows=0 width=0) -> Result (cost=0.00..0.00 rows=0 width=0) --- What's wrong with my "select * from web_access where date between '01/01/2001' and '06/03/2001' " query ? Nicolas GIMMILLARO ---