Murat Kabilov
Murat Kabilov
in case of update events sometimes it's useful to know which row is updated. currently only new values will be stored in the `event` struct: https://github.com/blind-oracle/psql-streamer/blob/27c70ce78740dddb8dfbb4c0e58054bd04a06b57/source/postgres/postgres.go#L321-L324
in case of setting up replication for child tables of the partitioned table it will be useful to specify pattern for tables, i.e. instead of : ```yaml partitions.report_2017_03_01: main_table: report...
Project needs to be covered with tests, both integration and unit