Update tests reduce check to postgres version to remove architecture from check

This commit is contained in:
xbgmsharp
2023-08-23 12:48:49 +02:00
parent 3a4aadc81a
commit 6ae7591f3d
2 changed files with 5 additions and 3 deletions

View File

@@ -12,7 +12,9 @@ select current_database();
\x on
-- List PostgreSQL version
SELECT version();
--SELECT version();
-- check only version number to remove arch details
SHOW server_version;
-- List Postgis version
SELECT postgis_full_version();