- Fixed
Table does not exist in source
error
- Support schemas other than public
- Added
--in-batches
mode for production transfers with--batch-size
and--sleep
- Added
-d
option as an alias for--db
- Added support for wildcard tables
- Fixed
--schema-only
errors
- Prefer
{1}
for interpolation - Added
--overwrite
option - Deprecated
--where
and--limit
- Added
-t
or--tables
,-g
or--groups
options - Deprecated
tables
,groups
, andsetup
commands
- More powerful groups
- Overwrite rows by default when
WHERE
clause (previously truncated) - Added
pgsync users "WHERE id = 1
- Added
pgsync group1
, shorthand forpgsync groups group1
- Added
--schema-only
option - Added
--no-rules
option - Added
--setup
option - Added
--truncate
option
- Added
--preserve
option - Added
--list
option for groups and tables - Added
--limit
option
- Fixed
no PostgreSQL user name specified in startup packet
- Added
--debug
option
- Do not require config file
- Fixed idle transaction timeout errors - respects
statement_timeout
as a result - Raise error when command exits with non-zero status
- Better support for multiple databases
- Search parent directories for config file
- First release