BUG #12950: Update problem

From: robert(dot)uradin(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12950: Update problem
Date: 2015-04-02 20:36:36
Message-ID: 20150402203636.2557.2887@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12950
Logged by: Robert
Email address: robert(dot)uradin(at)gmail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2015-04-03 02:44:40 src/port/getopt_long.c lossy with arguments having no option characters
Previous Message John R Pierce 2015-04-02 18:01:23 Re: BUG #12939: GRANT ALL ON ALL SEQUENCES doesn't work for sequences not yet existing