mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 23:37:00 +02:00
Review the installation docs, fix #17.
This commit is contained in:
parent
772a12d522
commit
f51fed84b5
@ -38,6 +38,8 @@ pgloader is now a Common Lisp program, tested using the
|
|||||||
|
|
||||||
$ apt-get install sbcl
|
$ apt-get install sbcl
|
||||||
$ apt-get install libsqlite3-dev
|
$ apt-get install libsqlite3-dev
|
||||||
|
$ cd /path/to/pgloader
|
||||||
|
$ echo `pwd` > ~/.config/common-lisp/source-registry.conf.d/pgloader.conf
|
||||||
$ make pgloader
|
$ make pgloader
|
||||||
$ ./build/pgloader.exe --help
|
$ ./build/pgloader.exe --help
|
||||||
|
|
||||||
@ -49,12 +51,6 @@ to get included in the mainline version of the dependencies so that this
|
|||||||
whole section and assorted `Makefile` business disappear for being
|
whole section and assorted `Makefile` business disappear for being
|
||||||
irrelevant.
|
irrelevant.
|
||||||
|
|
||||||
#### Postmodern
|
|
||||||
|
|
||||||
The current version of the code depends on a recent version of
|
|
||||||
[Postmodern](http://marijnhaverbeke.nl/postmodern/postmodern.html) not found
|
|
||||||
in Quicklisp yet at the time of this writing.
|
|
||||||
|
|
||||||
#### cl-csv
|
#### cl-csv
|
||||||
|
|
||||||
The handling of `NULL` values in `CSV` files requires pgloader to have more
|
The handling of `NULL` values in `CSV` files requires pgloader to have more
|
||||||
|
Loading…
Reference in New Issue
Block a user