--TEST-- PostgreSQL pg_metadata() --SKIPIF-- --FILE-- --EXPECT-- array(3) { ["num"]=> array(6) { ["num"]=> int(1) ["type"]=> string(4) "int4" ["len"]=> int(4) ["not null"]=> bool(false) ["has default"]=> bool(false) ["array dims"]=> int(0) } ["str"]=> array(6) { ["num"]=> int(2) ["type"]=> string(4) "text" ["len"]=> int(-1) ["not null"]=> bool(false) ["has default"]=> bool(false) ["array dims"]=> int(0) } ["bin"]=> array(6) { ["num"]=> int(3) ["type"]=> string(5) "bytea" ["len"]=> int(-1) ["not null"]=> bool(false) ["has default"]=> bool(false) ["array dims"]=> int(0) } }