So erhalten Sie postgres Tabellen -ID -Sequenz

SELECT table_name, column_name, column_default from
information_schema.columns where table_name='testing';
Emmanuel Mahuni