Blame SOURCES/postgresql-man.patch
|
|
699f87 |
# PostgreSQL manual page completion
|
|
|
699f87 |
|
|
|
699f87 |
### ecpg ###
|
|
|
699f87 |
|
|
|
699f87 |
diff -up postgresql-9.2.4/doc/src/sgml/man1/ecpg.1.broken postgresql-9.2.4/doc/src/sgml/man1/ecpg.1
|
|
|
699f87 |
--- postgresql-9.2.4/doc/src/sgml/man1/ecpg.1.broken 2013-06-05 10:54:39.610443837 +0200
|
|
|
699f87 |
+++ postgresql-9.2.4/doc/src/sgml/man1/ecpg.1 2013-06-05 10:59:24.115997253 +0200
|
|
|
699f87 |
@@ -81,6 +81,11 @@ INFORMIX_SE\&.
|
|
|
699f87 |
Define a C preprocessor symbol\&.
|
|
|
699f87 |
.RE
|
|
|
699f87 |
.PP
|
|
|
699f87 |
+\fB\-h \fR
|
|
|
699f87 |
+.RS 4
|
|
|
699f87 |
+Parse a header file, this option includes otion \fB\-c\fR\&.
|
|
|
699f87 |
+.RE
|
|
|
699f87 |
+.PP
|
|
|
699f87 |
\fB\-i\fR
|
|
|
699f87 |
.RS 4
|
|
|
699f87 |
Parse system include files as well\&.
|
|
|
699f87 |
@@ -129,6 +134,11 @@ Allow question mark as placeholder for c
|
|
|
699f87 |
.RE
|
|
|
699f87 |
.RE
|
|
|
699f87 |
.PP
|
|
|
699f87 |
+\fB\-\-regression\fR
|
|
|
699f87 |
+.RS 4
|
|
|
699f87 |
+Run in regression testing mode\&.
|
|
|
699f87 |
+.RE
|
|
|
699f87 |
+.PP
|
|
|
699f87 |
\fB\-t\fR
|
|
|
699f87 |
.RS 4
|
|
|
699f87 |
Turn on autocommit of transactions\&. In this mode, each SQL command is automatically committed unless it is inside an explicit transaction block\&. In the default mode, commands are committed only when
|
|
|
699f87 |
|
|
|
699f87 |
### initdb ###
|
|
|
699f87 |
|
|
|
699f87 |
diff -up postgresql-9.2.4/doc/src/sgml/man1/initdb.1.broken postgresql-9.2.4/doc/src/sgml/man1/initdb.1
|
|
|
699f87 |
--- postgresql-9.2.4/doc/src/sgml/man1/initdb.1.broken 2013-06-06 10:26:48.405835762 +0200
|
|
|
699f87 |
+++ postgresql-9.2.4/doc/src/sgml/man1/initdb.1 2013-06-06 10:29:46.084209958 +0200
|
|
|
699f87 |
@@ -227,6 +227,11 @@ determines that an error prevented it fr
|
|
|
699f87 |
.PP
|
|
|
699f87 |
Other options:
|
|
|
699f87 |
.PP
|
|
|
699f87 |
+\fB\-s\fR, \fB\-\-show\fR
|
|
|
699f87 |
+.RS 4
|
|
|
699f87 |
+Print the internal settings, then exit\&.
|
|
|
699f87 |
+.RE
|
|
|
699f87 |
+.PP
|
|
|
699f87 |
\fB\-V\fR, \fB\-\-version\fR
|
|
|
699f87 |
.RS 4
|
|
|
699f87 |
Print the
|