diff options
author | hcpp <hcpp@ydb.tech> | 2023-10-05 11:09:59 +0300 |
---|---|---|
committer | hcpp <hcpp@ydb.tech> | 2023-10-05 11:31:53 +0300 |
commit | 0e697a89baaa433be9b648eaf849449354b95b04 (patch) | |
tree | f031fd080f3d32fa4fffe953c230ec5c70cb0ff9 | |
parent | 091e463483e80d2444e7d0af35025a32a58eab22 (diff) | |
download | ydb-0e697a89baaa433be9b648eaf849449354b95b04.tar.gz |
pg schema has been added
-rw-r--r-- | ydb/public/api/protos/draft/fq.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/public/api/protos/draft/fq.proto b/ydb/public/api/protos/draft/fq.proto index a912d1be97..9551b56ab9 100644 --- a/ydb/public/api/protos/draft/fq.proto +++ b/ydb/public/api/protos/draft/fq.proto @@ -480,6 +480,7 @@ message PostgreSQLCluster { string database_name = 8 [(Ydb.length).le = 1024]; string login = 2 [(Ydb.length).le = 1024, (Ydb.sensitive) = true]; string password = 3 [(Ydb.length).le = 1024, (Ydb.sensitive) = true]; + string schema = 9 [(Ydb.length).le = 1024]; IamAuth auth = 4; // Just for the sake of simmetry with existing ClickHouse code |