mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Update the manpage from its source.
This commit is contained in:
parent
a63a4e8e61
commit
85cff5f993
10
pgloader.1
10
pgloader.1
@ -7,7 +7,12 @@
|
||||
\fBpgloader\fR \- PostgreSQL data loader
|
||||
.
|
||||
.SH "SYNOPSIS"
|
||||
\fBpgloader\fR [\fIoptions\fR] [\fIcommand\-file\fR]\.\.\.
|
||||
.
|
||||
.nf
|
||||
|
||||
pgloader [<options>] [<command\-file>]\.\.\.
|
||||
.
|
||||
.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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user