mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Add forgotten exemple, fixed input cols.
This commit is contained in:
parent
cbd167c0e8
commit
1738aaa6aa
3
examples/fixed/fixed.data
Normal file
3
examples/fixed/fixed.data
Normal file
@ -0,0 +1,3 @@
|
||||
01234567892008052011431250firstline
|
||||
01234562008052115182300left blank-padded
|
||||
12345678902008052208231560another line
|
||||
6
examples/fixed/fixed.sql
Normal file
6
examples/fixed/fixed.sql
Normal file
@ -0,0 +1,6 @@
|
||||
CREATE TABLE fixed (
|
||||
a integer primary key,
|
||||
b date,
|
||||
c time,
|
||||
d text
|
||||
);
|
||||
Loading…
x
Reference in New Issue
Block a user