mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
feat: server summary for postgres
This commit is contained in:
@@ -361,6 +361,7 @@ EXECUTE FUNCTION function_name();`,
|
||||
/** @type {import('dbgate-types').EngineDriver} */
|
||||
const postgresDriver = {
|
||||
...postgresDriverBase,
|
||||
supportsServerSummary: true,
|
||||
engine: 'postgres@dbgate-plugin-postgres',
|
||||
title: 'PostgreSQL',
|
||||
defaultPort: 5432,
|
||||
@@ -388,6 +389,7 @@ const postgresDriver = {
|
||||
/** @type {import('dbgate-types').EngineDriver} */
|
||||
const cockroachDriver = {
|
||||
...postgresDriverBase,
|
||||
supportsServerSummary: true,
|
||||
engine: 'cockroach@dbgate-plugin-postgres',
|
||||
title: 'CockroachDB',
|
||||
defaultPort: 26257,
|
||||
@@ -403,6 +405,7 @@ const cockroachDriver = {
|
||||
/** @type {import('dbgate-types').EngineDriver} */
|
||||
const redshiftDriver = {
|
||||
...postgresDriverBase,
|
||||
supportsServerSummary: true,
|
||||
dialect: {
|
||||
...dialect,
|
||||
stringAgg: false,
|
||||
|
||||
Reference in New Issue
Block a user