You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#240] Using of node.psql with other host and port (#242)
* [FIX] Tests include testgres by right way through import
When we do not have root __init__.py tests must to import testgres through
"import testgres"
not through
"from <relative_path> import testgres"
* [#240] Using of node.psql with other host and port
This patch adds the support of using other host and port in the following methods:
- PostgresNode.psql (explicit new args: host and port)
- PostgresNode.safe_psql (indirectly through **kwargs)
It allows to run psql utility from one PostgreSQL instance to work with another one.
If explicit host and port are not defined (are None), PostgresNode will use own ones.
This patch closes#240.
0 commit comments