mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 15:26:46 -06:00
Resolved a typo in the node creation SQL template for PostgreSQL 9.2.
This commit is contained in:
parent
7ffbb8c039
commit
f4ae7cd210
@ -1,6 +1,6 @@
|
||||
SELECT
|
||||
db.oid as did, db.datname as name, ta.spcname as spcname, db.datallowconn,
|
||||
has_database_privilege(db.oid, 'CREATE') as cancreate, , datdba as owner
|
||||
has_database_privilege(db.oid, 'CREATE') as cancreate, datdba as owner
|
||||
FROM
|
||||
pg_database db
|
||||
LEFT OUTER JOIN pg_tablespace ta ON db.dattablespace = ta.oid{% if did %}
|
||||
|
Loading…
Reference in New Issue
Block a user