]> granicus.if.org Git - postgresql/commit
Allow type_func_name_keywords in even more places
authorStephen Frost <sfrost@snowman.net>
Wed, 22 Jan 2014 03:49:22 +0000 (22:49 -0500)
committerStephen Frost <sfrost@snowman.net>
Wed, 22 Jan 2014 03:56:34 +0000 (22:56 -0500)
commitc0e6169e16a84a55f6b3c1f802fe74004cc81592
treefe0a7db7c0bceb05be146e448e14af865bc836f3
parent27ab1eb7e72924bc464d3fd1fd6c380e8ea34ac2
Allow type_func_name_keywords in even more places

A while back, 2c92edad48796119c83d7dbe6c33425d1924626d allowed
type_func_name_keywords to be used in more places, including role
identifiers.  Unfortunately, that commit missed out on cases where
name_list was used for lists-of-roles, eg: for DROP ROLE.  This
resulted in the unfortunate situation that you could CREATE a role
with a type_func_name_keywords-allowed identifier, but not DROP it
(directly- ALTER could be used to rename it to something which
could be DROP'd).

This extends allowing type_func_name_keywords to places where role
lists can be used.

Back-patch to 9.0, as 2c92edad48796119c83d7dbe6c33425d1924626d was.
src/backend/parser/gram.y