Re: [BUGS] BUG #6105: Failed to load Main-Class manifest attribute

2011-07-11 Thread Craig Ringer
On 10/07/11 21:53, Jon C. wrote: > java -jar postgresql-8.4-702.jdbc3.jar > Failed to load Main-Class manifest attribute from > postgresql-8.4-702.jdbc3.jar What do you expect to happen? It's a JDBC driver, not a standalone program. You can't run it with "java -jar". It goes on the classpath s

Re: [BUGS] BUG #6106: JAR File has no source attachment

2011-07-11 Thread Craig Ringer
On 11/07/2011 4:09 PM, Jonathan Camilleri wrote: I resolved this issue as I found the source code by looking on the Internet, excuse me. Great, thanks for letting me know. Good luck with your class / project. -- Craig Ringer POST Newspapers 276 Onslow Rd, Shenton Park Ph: 08 9381 3088 Fax

Re: [HACKERS] [BUGS] make_greater_string() does not return a string in some cases

2011-07-11 Thread Kyotaro HORIGUCHI
Thanks for your suggestion, I'll do so. At Fri, 8 Jul 2011 23:28:32 -0400, Robert Haas wrote: > Please add your patch to the next CommitFest. > > https://commitfest.postgresql.org/action/commitfest_view/open -- Kyotaro Horiguchi NTT Open Source Software Center -- Sent via pgsql-bugs mailing l

[BUGS] BUG #6111: ftell mismatch error

2011-07-11 Thread glum
The following bug has been logged online: Bug reference: 6111 Logged by: glum Email address: gene@rsa.com PostgreSQL version: 9.0 Operating system: Windows 7 Description:ftell mismatch error Details: I'm trying to dump a small database using the command line: p

[BUGS] BUG #6112: heuristic for empty parent tables that are members of inheritance trees

2011-07-11 Thread Anish Kejariwal
The following bug has been logged online: Bug reference: 6112 Logged by: Anish Kejariwal Email address: anish...@gmail.com PostgreSQL version: 9.0.3 Operating system: Linux Description:heuristic for empty parent tables that are members of inheritance trees Details:

Re: [BUGS] BUG #6111: ftell mismatch error

2011-07-11 Thread Tom Lane
"glum" writes: > The following bug has been logged online: > Bug reference: 6111 > Logged by: glum > Email address: gene@rsa.com > PostgreSQL version: 9.0 > Operating system: Windows 7 > Description:ftell mismatch error > Details: > I'm trying to dump a small da

[BUGS] application_name appears in Reporting and logging

2011-07-11 Thread Emanuel Calvo
I don't know but seems to be incorrect, it is really in this category? Version 9.1 beta 2 postgres=# select * from pg_settings where name = 'application_name'; -[ RECORD 1 ] name | application_name setting| psql unit

Re: [BUGS] BUG #6081: trigger CRUD log entries, or documentation not clear that triggers do not log

2011-07-11 Thread Bruce Momjian
Tom Hodder wrote: > > The following bug has been logged online: > > Bug reference: 6081 > Logged by: Tom Hodder > Email address: t...@limepepper.co.uk > PostgreSQL version: 8.4 > Operating system: Fedora 14 x86_64 > Description:trigger CRUD log entries, or documentati

Re: [BUGS] BUG #6082: server segfault - pg_stat_reset_shared(null)

2011-07-11 Thread Bruce Momjian
Steve Haslam wrote: > > The following bug has been logged online: > > Bug reference: 6082 > Logged by: Steve Haslam > Email address: araq...@googlemail.com > PostgreSQL version: 9.0.4 > Operating system: Debian GNU/Linux (amd64) > Description:server segfault - pg_stat

Re: [BUGS] BUG #6085: pg_upgrade fails when unix_socket_directory != /tmp

2011-07-11 Thread Bruce Momjian
This is caused by pg_ctl not properly understanding non-default socket directories --- this is fixed in Postgres 9.1. Not much pg_ctl can do to fix that except ignore a pg_ctl error return code, which isn't good. It will be fine in 9.1. --

[BUGS] Window function bug

2011-07-11 Thread Jeff Davis
In branch postgresql/master: SELECT SUM(SUM(a)) OVER () FROM (SELECT NULL::int4 AS a WHERE FALSE) R; ERROR: XX000: cannot extract attribute from empty tuple slot Honestly, I'm not sure what the semantics of that are supposed to be. Is it even allowed by the standard? Regards, Jeff Dav

Re: [BUGS] application_name appears in Reporting and logging

2011-07-11 Thread Dave Page
On Tuesday, July 12, 2011, Emanuel Calvo wrote: > I don't know but seems to be incorrect, it is really in this category? > > Version 9.1 beta 2 > > postgres=# select * from pg_settings where name = 'application_name'; > -[ RECORD 1 ]

[BUGS] BUG #6110: pg_hba.conf samehost does not work

2011-07-11 Thread Binod Nepal
The following bug has been logged online: Bug reference: 6110 Logged by: Binod Nepal Email address: nepalbi...@yahoo.com PostgreSQL version: 9.0.2 Operating system: Windows 7 Ultimate 32/64 Description:pg_hba.conf samehost does not work Details: pg_hba.conf # IPv4

[BUGS] BUG #6113: SET DATESTYLE='European' does not set datestyle output correctly

2011-07-11 Thread David Carlos Manuelda
The following bug has been logged online: Bug reference: 6113 Logged by: David Carlos Manuelda Email address: stormb...@gmail.com PostgreSQL version: 9.0.4 Operating system: Gentoo Linux Description:SET DATESTYLE='European' does not set datestyle output correctly Deta