Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
d85df9ca
Commit
d85df9ca
authored
26 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Add new "-N" flag to force double quotes around identifiers.
Fix missing mention of "-n" flag in synopsis.
parent
9bc35fac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/pg_dump.sgml
+18
-8
18 additions, 8 deletions
doc/src/sgml/ref/pg_dump.sgml
with
18 additions
and
8 deletions
doc/src/sgml/ref/pg_dump.sgml
+
18
−
8
View file @
d85df9ca
...
...
@@ -14,20 +14,20 @@ Extract a <productname>Postgres</productname> database into a script file
</REFPURPOSE>
<REFSYNOPSISDIV>
<REFSYNOPSISDIVINFO>
<DATE>1998-1
0
-0
4
</DATE>
<DATE>1998-1
1
-0
5
</DATE>
</REFSYNOPSISDIVINFO>
<SYNOPSIS>
pg_dump [ <replaceable class="parameter">dbname</replaceable> ]
pg_dump [ -h <replaceable class="parameter">host</replaceable> ] [ -p <replaceable class="parameter">port</replaceable> ]
[ -t <replaceable class="parameter">table</replaceable> ]
[ -f <replaceable class="parameter">outputfile</replaceable> ]
[ -a ] [ -d ] [ -D ] [ -o ] [ -s ] [ -u ] [ -v ] [ -z ]
[ -a ] [ -d ] [ -D ] [
-n ] [ -N ] [
-o ] [ -s ] [ -u ] [ -v ] [ -z ]
[ <replaceable class="parameter">dbname</replaceable> ]
</SYNOPSIS>
<REFSECT2 ID="R2-APP-PG-DUMP-1">
<REFSECT2INFO>
<DATE>1998-1
0
-0
4
</DATE>
<DATE>1998-1
1
-0
5
</DATE>
</REFSECT2INFO>
<TITLE>
Inputs
...
...
@@ -88,7 +88,17 @@ Specifies the output file. Defaults to <filename>stdout</filename>.
<para>
Suppress double quotes around identifiers unless absolutely necessary.
This may cause trouble loading this dumped data if there are reserved words
used for identifiers.
used for identifiers.
This was the default behavior in pre-v6.4 <application>pg_dump</application>.
<varlistentry>
<term>
-N
</term>
<listitem>
<para>
Include double quotes around identifiers.
This is the default.
<varlistentry>
<term>
...
...
@@ -183,7 +193,7 @@ Prompts for
<REFSECT2 ID="R2-APP-PG-DUMP-2">
<REFSECT2INFO>
<DATE>1998-1
0
-0
4
</DATE>
<DATE>1998-1
1
-0
5
</DATE>
</REFSECT2INFO>
<TITLE>
Outputs
...
...
@@ -239,7 +249,7 @@ example, <application>psql</application>.
<REFSECT1 ID="R1-APP-PG-DUMP-1">
<REFSECT1INFO>
<DATE>1998-1
0
-0
4
</DATE>
<DATE>1998-1
1
-0
5
</DATE>
</REFSECT1INFO>
<TITLE>
Description
...
...
@@ -267,7 +277,7 @@ in light of the limitations listed below.
<REFSECT1 ID="R1-APP-PG-DUMP-2">
<REFSECT1INFO>
<DATE>1998-1
0
-0
4
</DATE>
<DATE>1998-1
1
-0
5
</DATE>
</REFSECT1INFO>
<TITLE>
Notes
...
...
@@ -300,7 +310,7 @@ Large objects are ignored and must be dealt with manually.
<REFSECT1 ID="R1-APP-PG-DUMP-3">
<REFSECT1INFO>
<DATE>1998-1
0
-0
4
</DATE>
<DATE>1998-1
1
-0
5
</DATE>
</REFSECT1INFO>
<TITLE>
Usage
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment