2016-01-26 3:12 GMT-02:00 Clécio Anderson <clecioanderson@xxxxxxxxx>:
Hi guys!Does anyone knows the meaning of each collumn in TOC.dat file generated by pg_dump?For example:;; Archive created at Thu Jan 21 18:36:25 2016; dbname: mydb; TOC Entries: 7528; Compression: -1; Dump Version: 1.12-0; Format: DIRECTORY; Integer: 4 bytes; Offset: 8 bytes; Dumped from database version: 9.3.5; Dumped by pg_dump version: 9.3.5;;; Selected TOC Entries:;11471; 1262 36497111 DATABASE - mydb postgres7; 2615 36497112 SCHEMA - acl postgres11472; 0 0 ACL - acl postgres179; 1259 36497634 TABLE acl tb_log postgres11514; 0 0 ACL acl tb_log postgres180; 1259 36497638 TABLE acl tb_paper postgres11515; 0 0 ACL acl tb_paper postgres181; 1259 36497643 TABLE acl tb_paper_group postgres11516; 0 0 ACL acl tb_paper_group postgres182; 1259 36497646 TABLE acl tb_permission postgres11517; 0 0 ACL acl tb_permission postgresAt the first line for example..11471; 1262 36497111 DATABASE - mydb postgresWhat each collumn means? What 11471 means? or 1262 or 36497111.... and so on..Thanks in advance for your help and time!--
11471; 1262 36497111 DATABASE - mydb postgres
11471 - ?
1262 - ?
36497111 - Object ID
DATABASE - Object Type
mydb - Object Name
postgres - Object Owner