Re: trigger/for key help

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: trigger/for key help
Дата
Msg-id 25084.1081881324@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: trigger/for key help  (Greg Stark <gsstark@mit.edu>)
Список 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 по дате отправления:

Предыдущее
От: Terry Brick
Дата:
Сообщение: Re: Formatting Functions and Group By
Следующее
От: "Dennis"
Дата:
Сообщение: function returning array