epgsql
epgsql copied to clipboard
reset.sql has 2 flaws
Hi Kreatorrr,
-
in reset.sql, you can't suppress users before databases as they own DB objects ; that triggers an error and all users persist after running this script.
-
User "epgsql_test_replication" isn't deleted.
One more thing : test conditions would be better placed on top of the readme as users (including I !) usually skim through and miss this part - in Debian, as Pg is chopped in many parts, you fail some tests because of missing extension "postgis" that isn't part of the main package.
My 2¢ (1.70¢€;-p)
Hi. Thank you for your report. I'll look into this in a few days.
On Fri, 20 Oct 2017 08:52:03 +0000 (UTC) Sergey Prokhorov [email protected] wrote:
Hi. Thank you for your report. I'll look into this in a few days.
Hi,
you're welcome; nice piece of work. JY