diff --git a/scripts/dump_meta_data.sql b/scripts/dump_meta_data.sql index 4eca02697..9744cd18c 100644 --- a/scripts/dump_meta_data.sql +++ b/scripts/dump_meta_data.sql @@ -12,7 +12,7 @@ \echo '' \echo 'Date, git commit, and extension version can change without it being an error.' \echo 'Adding this tag allows us to run regression tests on this script file.' -\echo `date` +select now(); \echo 'Postgres version' select version();