Morning,postgres=# create table backup_pg_statistic as select * from pg_statistic;2024-09-30 08:25:56 BST [7400]: user=vinnix,db=postgres,app=psql,client=[local] ERROR: column "stavalues1" has pseudo-type anyarray2024-09-30 08:25:56 BST [7400]: user=vinnix,db=postgres,app=psql,client=[local] STATEMENT: create table backup_pg_statistic as select * from pg_statistic;ERROR: column "stavalues1" has pseudo-type anyarrayTime: 9.544 mspostgres=# create table test_array(a anyarray);2024-09-30 08:26:40 BST [7400]: user=vinnix,db=postgres,app=psql,client=[local] ERROR: column "a" has pseudo-type anyarray2024-09-30 08:26:40 BST [7400]: user=vinnix,db=postgres,app=psql,client=[local] STATEMENT: create table test_array(a anyarray);ERROR: column "a" has pseudo-type anyarrayTime: 9.137 msIs there a solution for this simple problem?Cheers,Vinícius
pgsql-general by date:
Соглашаюсь с условиями обработки персональных данных