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
commit 233fed30cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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