mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 21:56:00 +00:00
Merge pull request #269 from janpio/patch-1
fix(postgresql): Fix driver UI label "Postgre SQL" => "PostgreSQL"
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user