Rename the 9.1_plus templates to "default" to more appropriately support Greenplum which is based on 8.3.

This commit is contained in:
George Gelashvili
2017-02-01 09:57:45 +00:00
committed by Dave Page
parent 0da8d1fe4c
commit 6d05302ca1
402 changed files with 108 additions and 46 deletions

View File

@@ -0,0 +1,4 @@
{# SQL query for getting databases #}
SELECT d.datname
FROM pg_catalog.pg_database d
ORDER BY 1