[BUGS] BUG #6077: documentation on PQfmod for numeric data types

2011-06-24 Thread Dmitry Grebeniuk
The following bug has been logged online: Bug reference: 6077 Logged by: Dmitry Grebeniuk Email address: gds...@gmail.com PostgreSQL version: 9.1beta2 Operating system: any; documentation issue Description:documentation on PQfmod for numeric data types Details: > Th

Re: [BUGS] BUG #6076: Unexpected "Security Definer / invoker" interaction

2011-06-24 Thread Alvaro Herrera
Excerpts from Dave Fennell's message of vie jun 24 10:48:40 -0400 2011: > Not sure if this is a bug or possibly just undocumented (or unclearly > documented) behaviour but the interaction of functions defined as "security > definer" and functions defined as "security invoker" is not what I would >

Re: [BUGS] could not read block XXXXX in file "base/YYYYY/ZZZZZZ": read only 160 of 8192 bytes

2011-06-24 Thread Антон Степаненко
18.06.2011, 09:58, "Greg Smith" : > I suspect you're running into some sort of OpenVZ shared memory handling > bug.  The way it handles this is one of the more complicated, and > therefore likely to have odd failure cases, part of the design.  There's > notes at http://wiki.openvz.org/Postgresql_

Re: [BUGS] BUG #6076: Unexpected "Security Definer / invoker" interaction

2011-06-24 Thread Tom Lane
"Dave Fennell" writes: > I would expect that if a function defined as "security definer" calls a > function defined as "security invoker" the "invoker" role used would be the > "definer" of the first function? So would I. > However it appears that the *actual* > invoker (current user) is used.

[BUGS] BUG #6076: Unexpected "Security Definer / invoker" interaction

2011-06-24 Thread Dave Fennell
The following bug has been logged online: Bug reference: 6076 Logged by: Dave Fennell Email address: d...@microtux.co.uk PostgreSQL version: 9.1 (beta2) Operating system: Linux Debian 64bit Description:Unexpected "Security Definer / invoker" interaction Details: Hi