aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_gist.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-08-15 23:08:34 +0200
committerPeter Eisentraut <peter_e@gmx.net>2018-08-22 14:44:49 +0200
commit0a63f996e018ac508c858e87fa39cc254a5db49f (patch)
tree38598534b4cadc3f3f56e9049b7ca0daa4a339d2 /src/backend/utils/adt/tsquery_gist.c
parentd12782898eb5979bef3c6dd0d80b93d1aaf53cac (diff)
downloadpostgresql-0a63f996e018ac508c858e87fa39cc254a5db49f.tar.gz
postgresql-0a63f996e018ac508c858e87fa39cc254a5db49f.zip
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Since procedures are now a different thing from functions, change the CREATE TRIGGER and CREATE EVENT TRIGGER syntax to use FUNCTION in the clause that specifies the function. PROCEDURE is still accepted for compatibility. pg_dump and ruleutils.c output is not changed yet, because that would require a change in information_schema.sql and thus a catversion change. Reported-by: Peter Geoghegan <pg@bowt.ie> Reviewed-by: Jonathan S. Katz <jonathan.katz@excoventures.com>
Diffstat (limited to 'src/backend/utils/adt/tsquery_gist.c')
0 files changed, 0 insertions, 0 deletions