Fix missing mention of "-n" flag in synopsis.
-1998-10-04
+1998-11-05
pg_dump [ dbname ]
pg_dump [ -h host ] [ -p port ]
[ -t table ]
[ -f outputfile ]
- [ -a ] [ -d ] [ -D ] [ -o ] [ -s ] [ -u ] [ -v ] [ -z ]
+ [ -a ] [ -d ] [ -D ] [ -n ] [ -N ] [ -o ] [ -s ] [ -u ] [ -v ] [ -z ]
[ dbname ]
-1998-10-04
+1998-11-05
Inputs
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
pg_dump.
+
+
+
+-N
+
+
+Include double quotes around identifiers.
+This is the default.
-1998-10-04
+1998-11-05
Outputs
-1998-10-04
+1998-11-05
Description
-1998-10-04
+1998-11-05
Notes
-1998-10-04
+1998-11-05
Usage