Re: [BUGS] BUG #6510: A simple prompt is displayed using wrong charset

2012-03-23 Thread Alvaro Herrera
Excerpts from Alexander LAW's message of mar mar 20 16:50:14 -0300 2012: > Thanks, I've understood your point. > Please look at the patch. It implements the first way and it makes psql > work too. Great, thanks. Hopefully somebody with Windows-compile abilities will have a look at this. -- Á

[BUGS] Subquery with toplevel reference used to work in pg 8.4

2012-03-23 Thread Mark Murawski
I agree the query is a little odd, but I like backwards compatibility! Postgres 8.4.1 -- CREATE VIEW v_members AS SELECT 1 as member_id, 100 as tenant_id, 3732 as conference_id, 200 as uid FROM (select 1 as uid_user, 2 as uid_contact) as m; SELECT u.tenan

Re: [BUGS] Subquery with toplevel reference used to work in pg 8.4

2012-03-23 Thread Jaime Casanova
On Fri, Mar 23, 2012 at 11:04 PM, Mark Murawski wrote: > > ERROR:  Upper-level PlaceHolderVar found where not expected > This is part of commit c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5 which as stated in the commit log: """ tightened the error checking in this area a bit: if it was ever valid to