]> granicus.if.org Git - postgresql/commit
Allow full type names in CREATE FUNCTION arguments and return type.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 27 Mar 2000 17:12:06 +0000 (17:12 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 27 Mar 2000 17:12:06 +0000 (17:12 +0000)
commit2dabd2cd1fff26677d84ee2d8e09668a534b446a
tree3e8a77f785520324c4dc8b20c40cdd17be28744c
parent2c8223f14b2c9201c7ba305a1311dfcd76f171c2
Allow full type names in CREATE FUNCTION arguments and return type.
Move CREATE FUNCTION/WITH clause to end of statement to get around
 shift/reduce conflicts with type names containing "WITH".
Add lots of tokens as allowed ColId's and/or ColLabel's,
 so this should be a complete set for the v7.0 release.
src/backend/parser/gram.y