diff options
author | Noah Misch | 2019-08-05 14:48:41 +0000 |
---|---|---|
committer | Noah Misch | 2019-08-05 14:48:45 +0000 |
commit | 7da46192dd7e95326d1b83a2ddcda420c1cefcae (patch) | |
tree | b2cde0f9a603a10d8518aa75865115846e358865 /src/tutorial | |
parent | 76c096bc06af053bc17be2c3ac99577cef52546a (diff) |
Require the schema qualification in pg_temp.type_name(arg).
Commit aa27977fe21a7dfa4da4376ad66ae37cb8f0d0b5 introduced this
restriction for pg_temp.function_name(arg); do likewise for types
created in temporary schemas. Programs that this breaks should add
"pg_temp." schema qualification or switch to arg::type_name syntax.
Back-patch to 9.4 (all supported versions).
Reviewed by Tom Lane. Reported by Tom Lane.
Security: CVE-2019-10208
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions