mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update tests reduce check to postgres version to remove architecture from check
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user