Re: [HACKERS] Add support to COMMENT ON CURRENT DATABASE
От | Peter Eisentraut |
---|---|
Тема | Re: [HACKERS] Add support to COMMENT ON CURRENT DATABASE |
Дата | |
Msg-id | a0433144-2b8a-7aaf-cb7d-4cb23688948a@2ndquadrant.com обсуждение исходный текст |
Ответ на | Re: [HACKERS] Add support to COMMENT ON CURRENT DATABASE (Robert Haas <robertmhaas@gmail.com>) |
Ответы |
Re: [HACKERS] Add support to COMMENT ON CURRENT DATABASE
Re: [HACKERS] Add support to COMMENT ON CURRENT DATABASE |
Список | pgsql-hackers |
On 1/9/17 1:34 PM, Robert Haas wrote: > On Fri, Jan 6, 2017 at 7:29 PM, Peter Eisentraut > <peter.eisentraut@2ndquadrant.com> wrote: >> On 1/3/17 11:52 PM, Ashutosh Bapat wrote: >>> We will need to make CURRENT_DATABASE a reserved keyword. But I like >>> this idea more than COMMENT ON CURRENT DATABASE. >> >> We already have the reserved key word CURRENT_CATALOG, which is the >> standard spelling. But I wouldn't be bothered if we made >> CURRENT_DATABASE somewhat reserved as well. > > Maybe I'm just lacking in imagination, but what's the argument against > spelling it CURRENT DATABASE? To achieve consistent support for specifying the current database, we would need to change the grammar for every command involving databases. And it would also set a precedent for similar commands, such as current user/role. Plus support in psql, pg_dump, etc. would get more complicated. Instead, it would be simpler to define a grammar symbol like database_name: ColId | CURRENT_DATABASE and make a small analogous change in objectaddress.c and you're done. Compare rolespec in gram.y. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления: