BUG #12950: Update problem - Mailing list pgsql-bugs

From robert.uradin@gmail.com
Subject BUG #12950: Update problem
Date
Msg-id 20150402203636.2557.2887@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #12950: Update problem  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      12950
Logged by:          Robert
Email address:      robert.uradin@gmail.com
PostgreSQL version: 9.3.6
Operating system:   Win 7
Description:

not executing like none UPDATE command, colleagues with the same username
and password entered and executed from another computer without any problem,
can you help me what is the problem, thanks!


error:

ERROR:  syntax error at or near "set"
LINE 1: SELECT COUNT(*) AS total FROM (UPDATE belot_user set permane...
                                                         ^
In statement:
SELECT COUNT(*) AS total FROM (UPDATE belot_user set permanent_ban=1 where
fb_last_used_name='Robert Uradin') AS sub

pgsql-bugs by date:

Previous
From: Peter Slavov
Date:
Subject: Re: BUG #12910: Memory leak with logical decoding
Next
From: "Hale, Tyler"
Date:
Subject: Re: BUG #12939: GRANT ALL ON ALL SEQUENCES doesn't work for sequences not yet existing