aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-09-11 19:01:18 +0000
committerBruce Momjian <bruce@momjian.us>2003-09-11 19:01:18 +0000
commit3d48045ae12dd3d5364dcaf1c12386e5936fb277 (patch)
tree9e3697d0e7d0dd0a06ac03e5ad939a9cac229dcd /doc/src/sgml/ref/create_function.sgml
parent188eda0df2ab280d0f5ed43cb1de0512e350a51e (diff)
downloadpostgresql-3d48045ae12dd3d5364dcaf1c12386e5936fb277.tar.gz
postgresql-3d48045ae12dd3d5364dcaf1c12386e5936fb277.zip
> It quotes table names for vacuum and analyze, and uppercases the
> keywords for clarity. Yeah, this is basically what I meant, sorry I didn't get to it quicker. However, I tested it out a little and the patch you made doesn't work because it produces commands like: VACUUM ANALYZE "public.FooBar" Which doesn't work, so I made my own patch that creates commands like: VACUUM ANALYZE "public"."FooBar" This allows for mixed case schema names as well as tables. Adam, can you please give this a test as you are the person who caught the bug in the first place. Thanks, Matthew T. O'Connor
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
0 files changed, 0 insertions, 0 deletions