summary refs log tree commit diff
path: root/scripts-dev/convert_server_keys.py (unfollow)
<
Commit message (Collapse)AuthorFilesLines
2020-01-09Check postgres version in check_databaseRichard van der Hoff1-13/+12
this saves doing it on each connection, and will allow us to pass extra options in.
2020-01-09Modify check_database to take a connection rather than a cursorRichard van der Hoff4-28/+18
We might not need the cursor at all.