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

Commit36bdfa5

Browse files
committed
Get rid of pg_dump's README
It was largely full of outdated and incorrect information. Move the fewnotes which were still relevant into header comments of pg_backup_tar.cand pg_dumpall.c.Josh Kupershmidt
1 parent7fcbf6a commit36bdfa5

File tree

3 files changed

+6
-79
lines changed

3 files changed

+6
-79
lines changed

‎src/bin/pg_dump/README

Lines changed: 0 additions & 78 deletions
This file was deleted.

‎src/bin/pg_dump/pg_backup_tar.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
*This file is copied from the 'files' format file, but dumps data into
66
*one temp file then sends it to the output TAR archive.
77
*
8+
*The tar format also includes a 'restore.sql' script which is there for
9+
*the benefit of humans. This script is never used by pg_restore.
10+
*
811
*NOTE: If you untar the created 'tar' file, the resulting files are
912
*compatible with the 'directory' format. Please keep the two formats in
1013
*sync.
1114
*
12-
*See the headers topg_backup_files & pg_restore for more details.
15+
*See the headers topg_backup_directory & pg_restore for more details.
1316
*
1417
* Copyright (c) 2000, Philip Warner
1518
*Rights are granted to use this software in any way so long

‎src/bin/pg_dump/pg_dumpall.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
8+
* pg_dumpall forces all pg_dump output to be text, since it also outputs
9+
* text into the same output stream.
810
*
911
* src/bin/pg_dump/pg_dumpall.c
1012
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp