From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Geoff Winkless <pgsqladmin(at)geoff(dot)dj> |
Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0 |
Date: | 2015-04-23 12:51:21 |
Message-ID: | 607ECA03-9790-4BC6-8476-4CDB188AE0AB@anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On April 23, 2015 3:34:07 PM GMT+03:00, Geoff Winkless <pgsqladmin(at)geoff(dot)dj> wrote:
>Apologies for butting in but can I (as a user) express a preference as
>a
>user against DO?
Sure. If you propose an alternative ;)
>Firstly, it looks horrible. And what's to stop me having "SELECT true
>AS
>do" in the where clause (as per your UPDATE objection)?
A syntax error. DO is a reserved keyword. Update is just unreserved (and thus can be used as a column label). Ignore is unreserved with the patch and was unreserved before. We obviously can make both reserved, but of so we have to do it for real, not by hiding the conflicts
>Shouldn't UPDATE be a reserved keyword anyway? AIUI ANSI suggests so.
>
>http://developer.mimer.se/validator/sql-reserved-words.tml
It's not one right now. And ignore isn't a keyword at all atm.
(Please don't top post)
Andres
---
Please excuse brevity and formatting - I am writing this on my mobile phone.
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2015-04-23 13:13:52 | Re: tablespaces inside $PGDATA considered harmful |
Previous Message | Petr Jelinek | 2015-04-23 12:47:31 | Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0 |