Re: trigger/for key help - Mailing list pgsql-sql

From Tom Lane
Subject Re: trigger/for key help
Date
Msg-id 25084.1081881324@sss.pgh.pa.us
Whole thread Raw
In response to Re: trigger/for key help  (Greg Stark <gsstark@mit.edu>)
List pgsql-sql
Greg Stark <gsstark@mit.edu> writes:
>>> Is there a reason postgres goes out of its way to pick names that
>>> will be harder to work with than necessary?

> I don't see an unseverable link between "user name space" and "identifiers
> that don't need to be quoted". Mixed case names for instance seem like
> perfectly good user name space identifiers.

Sure, but they still have to be quoted.  The issue here was specifically
about whether the identifiers have to be quoted or not.

> Postgres could just as easily say "the system reserves all identifiers
> starting with $" and still not require quoting $.

At this point identifiers starting with $ are a completely lost cause ;-).
We have the parameter notation $n conflicting if the next character is a
digit, and the dollar-quote mechanism conflicting with any other second
character, and both of these are significantly more useful than the
ability to have unquoted IDs starting with $ would be.  So that's a dead
end.  I think if we wanted to change the default assignment of
constraint names we'd just go with ordinary identifiers that we hope
won't conflict with names the user picks.
        regards, tom lane


pgsql-sql by date:

Previous
From: Terry Brick
Date:
Subject: Re: Formatting Functions and Group By
Next
From: "Dennis"
Date:
Subject: function returning array