aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2022-10-17 12:14:39 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2022-10-17 12:14:39 -0400
commit797e313dc9aed83e28e9f1d08a281ea48c560cd2 (patch)
tree646bab8274f8cede404f39bfdbec49225663db0d /src/backend/commands/functioncmds.c
parenteec34661182db7b79a6b56c551ac1d79ef3e1f89 (diff)
downloadpostgresql-797e313dc9aed83e28e9f1d08a281ea48c560cd2.tar.gz
postgresql-797e313dc9aed83e28e9f1d08a281ea48c560cd2.zip
Reject non-ON-SELECT rules that are named "_RETURN".
DefineQueryRewrite() has long required that ON SELECT rules be named "_RETURN". But we overlooked the converse case: we should forbid non-ON-SELECT rules that are named "_RETURN". In particular this prevents using CREATE OR REPLACE RULE to overwrite a view's _RETURN rule with some other kind of rule, thereby breaking the view. Per bug #17646 from Kui Liu. Back-patch to all supported branches. Discussion: https://postgr.es/m/17646-70c93cfa40365776@postgresql.org
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions