Merge pull request #269 from janpio/patch-1

fix(postgresql): Fix driver UI label "Postgre SQL" => "PostgreSQL"
This commit is contained in:
Jan Prochazka
2022-04-21 08:12:57 +02:00
committed by GitHub

View File

@@ -100,7 +100,7 @@ $$ LANGUAGE plpgsql;`,
const postgresDriver = { const postgresDriver = {
...postgresDriverBase, ...postgresDriverBase,
engine: 'postgres@dbgate-plugin-postgres', engine: 'postgres@dbgate-plugin-postgres',
title: 'Postgre SQL', title: 'PostgreSQL',
defaultPort: 5432, defaultPort: 5432,
dialect: { dialect: {
...dialect, ...dialect,