[BUGS] BUG #7652: Documentation index lacks functions from "Additional Supplied Modules"

2012-11-11 Thread Andreas . Heiduk
The following bug has been logged on the website: Bug reference: 7652 Logged by: Andreas H. Email address: andreas.hei...@web.de PostgreSQL version: 9.2.1 Operating system: any Description: It seems, that none of the functions in the section "Additional Supplied Modul

[BUGS] BUG #7651: Superfluous calls to functions used for indexing

2012-11-11 Thread m-pg
The following bug has been logged on the website: Bug reference: 7651 Logged by: Morten Minde Neergaard Email address: m...@8d.no PostgreSQL version: 9.1.6 Operating system: Debian Wheezy Description: Bug: When making an index over a function, then selecting a result

[BUGS] BUG #7650: DROP TABLE IF EXISTS fails if schema does not exist

2012-11-11 Thread jfb
The following bug has been logged on the website: Bug reference: 7650 Logged by: James Bellinger Email address: j...@zer7.com PostgreSQL version: 9.1.5 Operating system: Ubuntu Linux 12.04 Server Description: Not sure this worked last time (I got some DMARC error), bu

Re: [BUGS] BUG #7644: Missing implicit types of Result and failing type-conversion

2012-11-11 Thread Bernhard Reutner-Fischer
On 10 November 2012 16:20:24 Tom Lane wrote: rep.dot@gmail.com writes: > select distinct on (bug) bug > from ( > select * from (select 'string one' AS bug from generate_series(0,1)) > s1 > UNION > select * from (select 'string two' bug from generate_series(0,0)) > s2