Skip to content

Commit

Permalink
stamp version 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
the4thdoctor committed Jan 21, 2025
1 parent 6b4a2dd commit 5458575
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
changelog
*************************

2.0.21 - XX January 2025
2.0.21 - 21 January 2025
..........................................................
* PR #163 provided by @bukem providing an optimization of the procedure for applying changes to Postgresql
* Issue #170 add check for existing replica schema and display an hint instead of an exception
Expand Down
32 changes: 23 additions & 9 deletions docs/configuration_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Database connection

.. literalinclude:: ../pg_chameleon/configuration/config-example.yml
:language: yaml
:lines: 30-67
:lines: 30-68
:emphasize-lines: 3-9
:linenos:

Expand All @@ -86,7 +86,7 @@ Schema mappings

.. literalinclude:: ../pg_chameleon/configuration/config-example.yml
:language: yaml
:lines: 30-67
:lines: 30-68
:emphasize-lines: 10-11
:linenos:

Expand All @@ -98,7 +98,7 @@ Limit and skip tables

.. literalinclude:: ../pg_chameleon/configuration/config-example.yml
:language: yaml
:lines: 30-67
:lines: 30-68
:emphasize-lines: 12-15
:linenos:

Expand All @@ -112,7 +112,7 @@ Grant select to option

.. literalinclude:: ../pg_chameleon/configuration/config-example.yml
:language: yaml
:lines: 30-67
:lines: 30-68
:emphasize-lines: 16-17
:linenos:

Expand All @@ -128,7 +128,7 @@ Source configuration parameters

.. literalinclude:: ../pg_chameleon/configuration/config-example.yml
:language: yaml
:lines: 30-67
:lines: 30-68
:emphasize-lines: 18-31
:linenos:

Expand All @@ -152,7 +152,7 @@ Skip events configuration

.. literalinclude:: ../pg_chameleon/configuration/config-example.yml
:language: yaml
:lines: 30-67
:lines: 30-68
:emphasize-lines: 32-37
:linenos:

Expand All @@ -165,7 +165,7 @@ Keep existing schema

.. literalinclude:: ../pg_chameleon/configuration/config-example.yml
:language: yaml
:lines: 30-67
:lines: 30-68
:emphasize-lines: 38-38
:linenos:

Expand All @@ -178,6 +178,20 @@ A REINDEX TABLE is executed in order to have the indices in good shape after the

When ``keep_existing_schema`` is set to Yes the parameter ``grant_select_to`` have no effect.

net_read_timeout
====================================

.. literalinclude:: ../pg_chameleon/configuration/config-example.yml
:language: yaml
:lines: 30-68
:emphasize-lines: 39-39
:linenos:

Configures for the session the net_read_timeout.
Useful if the table copy during init replica fails on slow networks.

It defaults to 600 seconds.

PostgreSQL source type (EXPERIMENTAL)
================================================================

Expand All @@ -196,7 +210,7 @@ The following limitations apply.

.. literalinclude:: ../pg_chameleon/configuration/config-example.yml
:language: yaml
:lines: 69-95
:lines: 69-96
:emphasize-lines: 7,16,25,27
:linenos:

Expand All @@ -209,5 +223,5 @@ If the table appears multiple times, then only the last matched value will be ap

.. literalinclude:: ../pg_chameleon/configuration/config-example.yml
:language: yaml
:lines: 101-107
:lines: 101-108
:linenos:

0 comments on commit 5458575

Please sign in to comment.