[BUGS] question

2004-06-17 Thread zakkr
--- Trend GateLock [EMAIL PROTECTED] (主機:higp5.gatelock.com.tw) ** 中毒檔案 msg2.zip 已刪除。 Trend GateLock [EMAIL PROTECTED] (主機:higp5.gatelock.com.tw) ** 在檔案 msg2.zip 中發現病毒 WORM_NETSKY.C。 無法清除病毒,中毒檔案已刪除。 -

Re: [BUGS] BUG #1168: JDBC compile fails using Java 1.5.0-beta2

2004-06-17 Thread Kris Jurka
On Thu, 17 Jun 2004, Kris Jurka wrote: > > > On Thu, 17 Jun 2004, PostgreSQL Bugs List wrote: > > > > > The following bug has been logged online: > > > > Bug reference: 1168 > > PostgreSQL version: 7.4 > > > > Description:JDBC compile fails using Java 1.5.0-beta2 > > > > Deta

Re: [BUGS] BUG #1172: JDBC driver fails to compile

2004-06-17 Thread Kris Jurka
On Thu, 17 Jun 2004, Werner Bohl wrote: > On Thu, 2004-06-17 at 14:09, Kris Jurka wrote: > > On Thu, 17 Jun 2004, PostgreSQL Bugs List wrote: > > > > > Postgresql version: 7.4.3 > > > Java: j2sdk_1.4.2_04 > > > ant: 1.5.2-26 > > > > > > JDBC driver fails to compile with error: > > > > > > /us

Re: [BUGS] BUG #1172: JDBC driver fails to compile

2004-06-17 Thread Werner Bohl
On Thu, 2004-06-17 at 14:09, Kris Jurka wrote: > On Thu, 17 Jun 2004, PostgreSQL Bugs List wrote: > > > > > The following bug has been logged online: > > > > Bug reference: 1172 > > Operating system: Fedora core release 2 > > Description:JDBC driver fails to compile > > > > Postg

Re: [BUGS] BUG #1172: JDBC driver fails to compile

2004-06-17 Thread Kris Jurka
On Thu, 17 Jun 2004, PostgreSQL Bugs List wrote: > > The following bug has been logged online: > > Bug reference: 1172 > Operating system: Fedora core release 2 > Description:JDBC driver fails to compile > > Postgresql version: 7.4.3 > Java: j2sdk_1.4.2_04 > ant: 1.5.2-26 > >

[BUGS] BUG #1172: JDBC driver fails to compile

2004-06-17 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1172 Logged by: Werner Bohl Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Fedora core release 2 Description:JDBC driver fails to compile Details: Postgresql version: 7.4.3 Jav

[BUGS] BUG #1170: jdbc-driver: DatabaseMetaData.getTypeInfo() gives incorrect result

2004-06-17 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1170 Logged by: Michael Mutschler Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.4 Operating system: Windows/Linux Description:jdbc-driver: DatabaseMetaData.getTypeInfo() gives incorrect result

Re: [BUGS] BUG #1168: JDBC compile fails using Java 1.5.0-beta2

2004-06-17 Thread Kris Jurka
On Thu, 17 Jun 2004, PostgreSQL Bugs List wrote: > > The following bug has been logged online: > > Bug reference: 1168 > PostgreSQL version: 7.4 > > Description:JDBC compile fails using Java 1.5.0-beta2 > > Details: > > I just downloaded PostgreSQL 7.4.3 and attempted to "make

[BUGS] BUG #1171: select distinct 'value',... fails.

2004-06-17 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1171 Logged by: Harro Lock Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Linux Description:select distinct 'value',... fails. Details: 'select distinct' fails when using a str

Re: [BUGS] BUG #1169: Select table.oid from view seems to loop

2004-06-17 Thread Richard Huxton
PostgreSQL Bugs List wrote: The following bug has been logged online: Bug reference: 1169 Logged by: Robert Osowiecki Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Linux Description:Select table.oid from view seems to loop Here's what i fou

Re: [BUGS] BUG #1167: POSIX getpwuid_r 4arg vs 5arg issue

2004-06-17 Thread Bruce Momjian
Jim Helm wrote: > Thanks. I wish I had seen it earlier myself. I've been busy on other > projects and haven't been following the 7.4.X releases. Doesn't hurt me > any, since I was able to just build without thread support, but I > thought it would be good for other to know about it. > > Thanks a

Re: [BUGS] BUG #1169: Select table.oid from view seems to loop

2004-06-17 Thread Stephan Szabo
On Thu, 17 Jun 2004, PostgreSQL Bugs List wrote: > Description:Select table.oid from view seems to loop > > Details: > > Hello! > > Here's what i found: > > select count(*) from view1; > count > --- > 12874 > (1 row) > > select table1.oid from view1; > NOTICE: adding missing FROM-cl

Re: [BUGS] BUG #1169: Select table.oid from view seems to loop

2004-06-17 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > select table1.oid from view1; > NOTICE: adding missing FROM-clause entry for table "table1" ^^^ This is an unqualified join, and will yield count(table1)*count(view1) rows. table1.oid

[BUGS] BUG #1169: Select table.oid from view seems to loop

2004-06-17 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1169 Logged by: Robert Osowiecki Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Linux Description:Select table.oid from view seems to loop Details: Hello! Here's what i found:

Re: [BUGS] BUG #1165: ECPG can't parse dynamic SQL with indicator

2004-06-17 Thread Michael Meskes
On Mon, Jun 14, 2004 at 09:52:20PM -0300, PostgreSQL Bugs List wrote: > It is a patch.(but I'm not good at using bison) > > --- src/interfaces/ecpg/preproc/preproc.y.org Mon Jun 14 11:24:25 2004 > +++ src/interfaces/ecpg/preproc/preproc.y Fri Jun 11 12:54:10 2004 > @@ -5304,6 +5304,7 @@ >

[BUGS] BUG #1168: JDBC compile fails using Java 1.5.0-beta2

2004-06-17 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1168 Logged by: Gavin Flower Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Linux Description:JDBC compile fails using Java 1.5.0-beta2 Details: I just downloaded PostgreSQL 7.