You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.4 KiB
49 lines
1.4 KiB
PostgreSQL ecpg/initdb manual page fixes |
|
|
|
This was generated based on automatic Red Hat manual page scan (private |
|
RHBZ#948933). |
|
|
|
diff -up ./doc/src/sgml/man1/ecpg.1.man948933 ./doc/src/sgml/man1/ecpg.1 |
|
--- ./doc/src/sgml/man1/ecpg.1.man948933 2014-12-16 02:13:15.000000000 +0100 |
|
+++ ./doc/src/sgml/man1/ecpg.1 2014-12-23 11:26:37.883644047 +0100 |
|
@@ -80,6 +80,11 @@ INFORMIX_SE\&. |
|
Define a C preprocessor symbol\&. |
|
.RE |
|
.PP |
|
+\fB\-h \fR |
|
+.RS 4 |
|
+Parse a header file, this option includes option \fB\-c\fR\&. |
|
+.RE |
|
+.PP |
|
\fB\-i\fR |
|
.RS 4 |
|
Parse system include files as well\&. |
|
@@ -128,6 +133,11 @@ Allow question mark as placeholder for c |
|
.RE |
|
.RE |
|
.PP |
|
+\fB\-\-regression\fR |
|
+.RS 4 |
|
+Run in regression testing mode\&. |
|
+.RE |
|
+.PP |
|
\fB\-t\fR |
|
.RS 4 |
|
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 |
|
diff -up ./doc/src/sgml/man1/initdb.1.man948933 ./doc/src/sgml/man1/initdb.1 |
|
--- ./doc/src/sgml/man1/initdb.1.man948933 2014-12-16 02:13:21.000000000 +0100 |
|
+++ ./doc/src/sgml/man1/initdb.1 2014-12-23 11:26:37.883644047 +0100 |
|
@@ -281,6 +281,13 @@ determines that an error prevented it fr |
|
.PP |
|
Other options: |
|
.PP |
|
+\fB\-s\fR |
|
+.br |
|
+\fB\-\-show\fR |
|
+.RS 4 |
|
+Print the internal settings, then exit\&. |
|
+.RE |
|
+.PP |
|
\fB\-V\fR |
|
.br |
|
\fB\-\-version\fR
|
|
|