Sign in
apache
/
hive
/
refs/heads/branch-2
/
.
/
metastore
/
scripts
/
upgrade
/
postgres
/
001-HIVE-972.postgres.sql
blob: 9c737ad1d77fcc5669a2701c58aeb6df7fe67788 [
file
] [
log
] [
blame
]
SELECT
'< HIVE-972: Support views >'
;
ALTER
TABLE
"TBLS"
ADD
COLUMN
"VIEW_EXPANDED_TEXT"
text
;
ALTER
TABLE
"TBLS"
ADD
COLUMN
"VIEW_ORIGINAL_TEXT"
text
;