| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Pavel Golub <pavel(at)gf(dot)microolap(dot)com> |
| Cc: | pgsql-docs(at)postgresql(dot)org |
| Subject: | Re: pg_restore listing |
| Date: | 2010-02-23 00:21:25 |
| Message-ID: | 201002230021.o1N0LPS16395@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
Agreed, patch attached and applied. Thanks.
---------------------------------------------------------------------------
Pavel Golub wrote:
> Hello, pgsql-docs.
>
> I think it would be nice to update the listing file example (and
> explanation of listing) at
> http://www.postgresql.org/docs/8.4/static/app-pgrestore.html
>
> Now it looks like:
>
> ;
> ; Archive created at Fri Jul 28 22:28:36 2000
> ; dbname: mydb
> ; TOC Entries: 74
> ; Compression: 0
> ; Dump Version: 1.4-0
> ; Format: CUSTOM
> ;
> ;
> ; Selected TOC Entries:
> ;
> 2; 145344 TABLE species postgres
> 3; 145344 ACL species
> ...
>
>
> But modern utilities output looks a bit different:
>
> ;
> ; Archive created at Mon Sep 14 13:55:39 2009
> ; dbname: DBDEMOS
> ; TOC Entries: 81
> ; Compression: 9
> ; Dump Version: 1.10-0
> ; Format: CUSTOM
> ; Integer: 4 bytes
> ; Offset: 8 bytes
> ; Dumped from database version: 8.3.5
> ; Dumped by pg_dump version: 8.3.8
> ;
> ;
> ; Selected TOC Entries:
> ;
> 3; 2615 2200 SCHEMA - public pasha
> 1861; 0 0 COMMENT - SCHEMA public pasha
> 1862; 0 0 ACL - public pasha
> 317; 1247 17715 TYPE public composite pasha
> 319; 1247 25899 DOMAIN public domain0 pasha
>
>
> --
> With best wishes,
> Pavel mailto:pavel(at)gf(dot)microolap(dot)com
>
>
> --
> Sent via pgsql-docs mailing list (pgsql-docs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-docs
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
PG East: http://www.enterprisedb.com/community/nav-pg-east-2010.do
+ If your life is a hard drive, Christ can be your backup. +
| Attachment | Content-Type | Size |
|---|---|---|
| /rtmp/diff | text/x-diff | 2.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2010-02-23 22:47:48 | Re: incorrect syntax for offset |
| Previous Message | Bruce Momjian | 2010-02-23 00:18:18 | Removal of pre-7.4 documentation items |