mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +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 = """
|
||||
SELECT
|
||||
n.nspname schema,
|
||||
n.nspname "schema",
|
||||
c.relname view_name,
|
||||
pg_get_viewdef(c.oid) view_def
|
||||
FROM pg_class c
|
||||
|
Loading…
x
Reference in New Issue
Block a user