Skip to content

Commit 20e3db4

Browse files
authored
update feature flags for postgres docker (#1040)
1 parent 0b2fdc2 commit 20e3db4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/docs/en/core/postgresql/docker-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To preserve the container's state, you need to remove the environment variable `
3232
- "YDB_USE_IN_MEMORY_PDISKS=true"
3333
- "POSTGRES_USER=${YDB_PG_USER:-root}"
3434
- "POSTGRES_PASSWORD=${YDB_PG_PASSWORD:-1234}"
35-
- "YDB_FEATURE_FLAGS=enable_temp_tables"
35+
- "YDB_FEATURE_FLAGS=enable_temp_tables,enable_table_pg_types"
3636
- "YDB_TABLE_ENABLE_PREPARED_DDL=true"
3737
```
3838

ydb/docs/ru/core/postgresql/docker-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- "YDB_USE_IN_MEMORY_PDISKS=true"
3333
- "POSTGRES_USER=${YDB_PG_USER:-root}"
3434
- "POSTGRES_PASSWORD=${YDB_PG_PASSWORD:-1234}"
35-
- "YDB_FEATURE_FLAGS=enable_temp_tables"
35+
- "YDB_FEATURE_FLAGS=enable_temp_tables,enable_table_pg_types"
3636
- "YDB_TABLE_ENABLE_PREPARED_DDL=true"
3737
```
3838

0 commit comments

Comments
 (0)