Svante von Erichsen
096992acbc
fix IPv6 hostname parsing ( #1004 )
2025-05-25 01:26:22 +02:00
Christoph Berg
af8c3c1472
pgloader 3.6.10
2023-11-02 16:49:50 +00:00
Christoph Berg
3e06d1b9e1
New version 3.6.9
2022-10-24 13:12:05 +02:00
Dimitri Fontaine
6d61c8c770
Add a setup for readthedocs.
2022-10-18 19:51:15 +02:00
Dimitri Fontaine
9011fcde13
Clean-up docs/conf.py (remove old cruft).
2022-10-18 19:41:57 +02:00
Dimitri Fontaine
626f437963
Improve docs formatting of command line options.
2022-10-18 19:20:52 +02:00
Dimitri Fontaine
925996000b
Improve pgloader docs (Table of Contents, titles, organisation). ( #1440 )
...
Make it easier to nagivate our docs, which are dense enough to warrant
proper organisation and guided Table of Contents.
2022-10-18 17:28:34 +02:00
Christoph Berg
759777ae08
New upstream version.
2022-09-26 14:25:44 +02:00
Christoph Berg
755b55d2b3
New upstream version
2022-08-13 10:35:39 +02:00
Dimitri Fontaine
28ef36a6dc
README and install docs improvements.
2022-08-12 17:32:55 +02:00
Dimitri Fontaine
5f5734cf01
Update current version number, latest release being 3.6.6.
2022-08-12 17:23:14 +02:00
Dimitri Fontaine
ff33ec5e2e
Improve README and add proper INSTALL docs. ( #1417 )
2022-08-12 17:10:34 +02:00
Dimitri Fontaine
8d97a313fa
Improve documentation with command lines and defaults. ( #1415 )
...
* Improve documentation with command lines and defaults.
The advanced documentation coverage skipped the simple approach and didn't
explain fully what to do with the sample commands.
Fixes #1413 .
* Fix docs indentation in the MySQL connection string options.
* Desultory docs and docs config fixes.
2022-08-12 15:27:40 +02:00
Vincent GRAILLOT
55d76af6c9
Fix documentation typo
...
CSV Source Specification: From
One of special values are `FILENAME MATCHING` and not `FILENAMES MATCHING`
2022-06-24 14:13:20 +02:00
Joakim Soderlund
6de6457d65
Fix minor casing issue in intro docs
2022-06-23 13:33:51 +02:00
Christoph Berg
11dc31d05c
docs/ref/pgsql-redshift.rst: Fix too short title underline
2021-12-22 17:07:31 +01:00
Christoph Berg
a8c50e37f8
Fix places2k.zip location
...
Close #375
2021-12-21 10:36:14 +01:00
ChristophKaser
40f6ba1ff4
Fixes typo in MS SQL Migration Options docs
2021-12-21 10:20:39 +01:00
Scott Markwell
4bd4c0ef08
Spelling correction
2021-12-09 16:54:12 +01:00
marcel-tomes
a8512e60fa
Fix typo
2021-12-09 16:53:25 +01:00
Nitish
3047c9afe1
Typo fix in MS SQL documentation ( #1242 )
2020-12-14 01:04:47 +01:00
kocio-pl
b60c5feedd
Update index.rst ( #1213 )
...
Fix the header "On error stop / On error resume next"
2020-10-19 17:26:15 +02:00
Drew Repasky
a76f7e1e8c
typo ( #1152 )
2020-05-26 21:06:17 +02:00
Dimitri Fontaine
49910027c5
Typo fix in the MySQL default casting rules documentation.
...
See #1123 .
2020-04-03 23:34:53 +02:00
Jeff Fendley
be43a49646
Fix unfortunate typo in Redshift doc ( #1075 )
2020-03-22 16:42:48 +01:00
Dimitri Fontaine
d8b0bd5145
Allow casting rules to guard on signed data types.
...
It used to be that our casting rules mechanism would allow for matching
unsigned data types only, and we sometimes have a need to do special
behavior on signed data types.
In particular, a signed bigint(20) in MySQL has the same values range as a
PostgreSQL bigint, so we don't need to target a numeric in that case. It's
only when the bigint is unsigned that we need to target a numeric.
In passing update some of the default casting rules documentation to match
the code.
Fix #982 .
2019-06-04 15:22:25 +02:00
Dimitri Fontaine
2b6fb3e6c2
Add a casting rule for the I data type in DBF files.
...
The I data type is mapped to a PostgreSQL integer.
See #929 .
2019-05-08 23:36:17 +02:00
Mathieu Santostefano
6aa42ec68f
Remove invalid WITH default option ( #960 )
...
It seems like `create schema` option for WITH statement is invalid.
2019-05-07 23:06:02 +02:00
Dimitri Fontaine
7b10fabd94
Update DB3 documentation to include user-defined casting rules.
...
See #927 , #938 .
2019-04-14 21:56:04 +02:00
William Hakizimana
be2815fda2
Typo: Change issing to issuing ( #895 )
2019-01-21 18:13:52 +01:00
William Hakizimana
3208145e46
Typo: change directly to directory ( #894 )
2019-01-21 17:50:30 +01:00
Dimitri Fontaine
2147a1d07b
Implement ALTER TABLE ... SET TABLESPACE ... as a pgloader clause.
...
This allows creating tables in any target tablespace rather than the default
one, and is supported for the various sources having support for the ALTER
TABLE clause already.
2019-01-08 22:50:24 +01:00
Dimitri Fontaine
44514deaa7
Improve ALTER TABLE documentation.
2019-01-08 22:09:13 +01:00
Stéphane Wirtel
13bdb2d118
Fix section in rest ( #883 )
2019-01-07 20:24:59 +01:00
Dimitri Fontaine
3d08996777
Review the new documentation material.
2018-12-20 10:05:54 +01:00
Dimitri Fontaine
eab1cbf326
More docs improvements.
...
Explain the feature list of pgloader better for improving discoverability of
what can be achieved with our nice little tool.
2018-12-19 22:40:32 +01:00
Dimitri Fontaine
ec071af0ad
Add a Feature Matrix to the documentation.
...
That helps having both an overview of what pgloader is capable of doing with
a database migration, and also documenting that some sources don't have the
full support for some features yet.
2018-12-19 15:31:25 +01:00
Dimitri Fontaine
2cafa8360c
Document newly added MATERIALIZE VIEWS for new sources.
...
Now it's possible to use this clause with a PostgreSQL or an MS SQL database
source.
Fixes #817 .
2018-12-19 10:51:04 +01:00
Dimitri Fontaine
007003647d
Improve Redshift support documentation.
2018-12-14 18:21:34 +09:00
Dimitri Fontaine
f72afeeae7
Switch the documentation to the ReadTheDocs template.
2018-12-12 09:34:20 +09:00
Dimitri Fontaine
b6de8f1ead
Improve Citus documentation.
2018-12-12 09:34:05 +09:00
Dimitri Fontaine
56d24de67a
Update documentation with new features.
...
We have a lot of new features to document. This is a first patch about that,
some more work is to be done. That said, it's better than nothing already.
2018-12-11 14:25:08 +09:00
alexknips
5ca3ee8aad
Fix documentation of default MySQL cast rules ( #815 )
...
The default rule is `type int to bigint when (>= 10 precision)`.
2018-07-20 14:38:06 +02:00
Christoph Berg
7a974d712e
docs: Remove sidebar_collapse: false
...
Sphinx's alabaster module on Debian stretch doesn't support
sidebar_collapse yet; remove the setting so the docs build everywhere
2018-06-25 14:48:29 +02:00
Björn Häuser
ad7ce4a66b
Fix documentation for binary datatype changes ( #801 )
...
When reading http://pgloader.readthedocs.io/en/latest/ref/mysql.html I came across the section of binary. On the documentation the indentation is off and is kinda hard to read :)
2018-05-26 13:54:28 +02:00
Dimitri Fontaine
cb9e01f4d9
Code review for previous commit.
...
See #771 .
2018-03-27 14:55:31 +02:00
Dimitri Fontaine
792c0d0357
Typo fix in docs about concurrency settings.
2018-03-26 14:05:05 +02:00
Dimitri Fontaine
e4dca1a086
Implement support for MySQL useSSL=true|false option.
...
The MySQL connection string parameter for SSL usage is useSSL, so map an
option name to our expected values for sslmode in database connection
strings.
See #748 .
2018-03-16 16:41:40 +01:00
Denis Ivanov
a7fd776ecd
Update mssql.rst ( #762 )
...
Typo in like word
2018-03-13 17:08:51 +01:00
Andy Chosak
ceb5c85f56
fix minor error in docs about logfile location ( #761 )
...
The default logfile location seems to be `/tmp/pgloader/pgloader.log`,
not `/tmp/pgloader.log` as currently documented. This is observable in
practice and also in [the source
code](5b227200a9/src/main.lisp (L110)
).
2018-03-13 10:37:48 +01:00