Sergii V

Results 2 issues of Sergii V

Seems, you have some issues with partitioned tables (PostgreSQL 12.7) On DB "postgres": create database f1 ENCODING = 'UTF8'; create database f2 ENCODING = 'UTF8'; On DB "f1": create table...

bug

Steps to reproduce: 1. test database with test table (plus primary key): 1.1 new database: ``` postgres=# create database a1; CREATE DATABASE ``` 1.2. new table: ``` a1=# create table...

dbtoyaml