mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-05 15:13:07 +00:00
adding quotes around alias (#10506)
This commit is contained in:
parent
9b0b06fe25
commit
34bf175ca1
@ -99,7 +99,7 @@ POSTGRES_TABLE_COMMENTS = """
|
|||||||
|
|
||||||
POSTGRES_VIEW_DEFINITIONS = """
|
POSTGRES_VIEW_DEFINITIONS = """
|
||||||
SELECT
|
SELECT
|
||||||
n.nspname schema,
|
n.nspname "schema",
|
||||||
c.relname view_name,
|
c.relname view_name,
|
||||||
pg_get_viewdef(c.oid) view_def
|
pg_get_viewdef(c.oid) view_def
|
||||||
FROM pg_class c
|
FROM pg_class c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user