From 85cff5f993c3278f58d0745bb1d2dc6172a16cfc Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 17 Dec 2014 10:12:40 +0100 Subject: [PATCH] Update the manpage from its source. --- pgloader.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pgloader.1 b/pgloader.1 index b421103..3b0c47d 100644 --- a/pgloader.1 +++ b/pgloader.1 @@ -7,7 +7,12 @@ \fBpgloader\fR \- PostgreSQL data loader . .SH "SYNOPSIS" -\fBpgloader\fR [\fIoptions\fR] [\fIcommand\-file\fR]\.\.\. +. +.nf + +pgloader [] []\.\.\. +. +.fi . .SH "DESCRIPTION" pgloader loads data from various sources into PostgreSQL\. It can transform the data it reads on the fly and submit raw SQL before and after the loading\. It uses the \fBCOPY\fR PostgreSQL protocol to stream the data into the server, and manages errors by filling a pair of \fIreject\.dat\fR and \fIreject\.log\fR files\. @@ -1559,6 +1564,9 @@ type int to bigint when (<= 10 precision) type smallint with extra auto_increment to serial . .IP "\(bu" 4 +type mediumint with extra auto_increment to serial +. +.IP "\(bu" 4 type bigint with extra auto_increment to bigserial . .IP "\(bu" 4