I'm using PostgreSQL 9.2.15-1PGDG.rhel6 on a Centos 6.7 64 Bits.
Hi all,
Got an issue using pg_sample:
When executing the command:
> ./pg_sample dbname --data-only --file=test.sql --limit="ja_admins = 1000"
I got the following error:
> Creating table "
>
> *pg_sample"."pg_catalog_pg_statistic" DBD::Pg::db do failed: ERROR: column
> "stavalues1" has pseudo-type "anyarray" at ./pg_sample line
> 296main::__ANON_**main::__ANON_*('DBD::Pg::db do failed: ERROR: column
> "stavalues1" has pseudo...', 'DBI::db=HASH(0xfdec08)', undef) called at
> ./pg_sample line 538
> Dropping sample schema _pg_sample
> Done.
Perl-DBD-pg-2.19.3 - Installed manually by:
1. perl Makefile.PL
2. make
3. make test
4. make install
Source: https://github.com/bucardo/dbdpg
What can I do to solve this issue?
Thanks!