[BUGS] BUG #1142: Problem with update permissions for view

2004-04-27 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1142 Logged by: Arturs Zoldners Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Linux (RedHat 9 distrib.) Description:Problem with update permissions for view Details: >From Pos

[BUGS] BUG #1143: comments don't get propagated

2004-04-27 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1143 Logged by: comments on database Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Freebsd 4.9-RELEASE Description:comments don't get propagated Details: My system: `uname -r`

[BUGS] BUG #1144: comments don't get propagated

2004-04-27 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1144 Logged by: comments on database Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Freebsd 4.9-RELEASE Description:comments don't get propagated Details: My system: `uname -r`

[BUGS] Silent int overflow

2004-04-27 Thread Jim C. Nasby
stats=# select 1*10, 1*10::bigint; ?column? |?column? + 1316134912 | 10 (1 row) Shouldn't the first expression throw an error instead of rolling over silently? Version 7.4.2 if it matters... -- Jim C. Nasby, Database Con

[BUGS] Multi-process transactions [share connections]

2004-04-27 Thread Ruslan A Dautkhanov
Hello ! I have complex system, which use PostgreSQL as a storage. Web-interface use Apache+mod_perl, Pg.pm for connection. I also have kernel of the system written in C++, which works as a UNIX daemon and process request from frontend mod_perl scripts. In some cases it needs to share transaction

Re: [BUGS] make check regression "test stats" failed

2004-04-27 Thread Tom Lane
"Mike Quinn" <[EMAIL PROTECTED]> writes: > [ $subject ] The stats collector isn't starting, but you're not showing any evidence to suggest why. Try looking in the postmaster log file for related error messages. regards, tom lane ---(end of broadca

Re: [BUGS] Problem when truncate table and get the OID from PQftable

2004-04-27 Thread Tom Lane
"Rodrigo Moreno" <[EMAIL PROTECTED]> writes: > After truncate the table, the oid retuned by PQftable/libpq returns the old > value, and i'm not able to find it in pg_class, because the value of > pg_class.relfilenode was changed after the truncate. Why are you matching it against relfilenode? It