Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit485b19e

Browse files
committed
Update pg_restore documentation to show new pg_restore custom listing
format.Pavel Golub
1 parent752672c commit485b19e

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

‎doc/src/sgml/ref/pg_restore.sgml

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.84 2010/02/19 14:36:45 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.85 2010/02/23 00:21:19 momjian Exp $ -->
22

33
<refentry id="APP-PGRESTORE">
44
<refmeta>
@@ -759,28 +759,25 @@ CREATE DATABASE foo WITH TEMPLATE template0;
759759
The listing file consists of a header and one line for each item, e.g.:
760760
<programlisting>
761761
;
762-
; Archive created atFri Jul 28 22:28:36 2000
763-
; dbname:mydb
764-
; TOC Entries:74
765-
; Compression:0
766-
; Dump Version: 1.4-0
762+
; Archive created atMon Sep 14 13:55:39 2009
763+
; dbname:DBDEMOS
764+
; TOC Entries:81
765+
; Compression:9
766+
; Dump Version: 1.10-0
767767
; Format: CUSTOM
768+
; Integer: 4 bytes
769+
; Offset: 8 bytes
770+
; Dumped from database version: 8.3.5
771+
; Dumped by pg_dump version: 8.3.8
768772
;
769773
;
770774
; Selected TOC Entries:
771775
;
772-
2; 145344 TABLE species postgres
773-
3; 145344 ACL species
774-
4; 145359 TABLE nt_header postgres
775-
5; 145359 ACL nt_header
776-
6; 145402 TABLE species_records postgres
777-
7; 145402 ACL species_records
778-
8; 145416 TABLE ss_old postgres
779-
9; 145416 ACL ss_old
780-
10; 145433 TABLE map_resolutions postgres
781-
11; 145433 ACL map_resolutions
782-
12; 145443 TABLE hs_old postgres
783-
13; 145443 ACL hs_old
776+
3; 2615 2200 SCHEMA - public pasha
777+
1861; 0 0 COMMENT - SCHEMA public pasha
778+
1862; 0 0 ACL - public pasha
779+
317; 1247 17715 TYPE public composite pasha
780+
319; 1247 25899 DOMAIN public domain0 pasha
784781
</programlisting>
785782
Semicolons start a comment, and the numbers at the start of lines refer to the
786783
internal archive ID assigned to each item.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp