Quellcode durchsuchen

fix(doc): remove a duplicate table row

Signed-off-by: LenaLenaPan <120552185+LenaLenaPan@users.noreply.github.com>
LenaLenaPan vor 1 Jahr
Ursprung
Commit
2238f6ab4d
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      docs/en_US/guide/sources/plugin/sql.md

+ 1 - 2
docs/en_US/guide/sources/plugin/sql.md

@@ -82,7 +82,6 @@ The target database url
 | mysql      | mysql://user:test@140.210.204.147/user?parseTime=true |
 | mysql      | mysql://user:test@140.210.204.147/user?parseTime=true |
 | sql server | sqlserver://username:password@140.210.204.147/testdb  |
 | sql server | sqlserver://username:password@140.210.204.147/testdb  |
 | postgres   | postgres://user:pass@localhost/dbname                 |
 | postgres   | postgres://user:pass@localhost/dbname                 |
-| postgres   | postgres://user:pass@localhost/dbname                 |
 | sqlite     | sqlite:/path/to/file.db                               |
 | sqlite     | sqlite:/path/to/file.db                               |
 
 
 ### internalSqlQueryCfg
 ### internalSqlQueryCfg
@@ -157,4 +156,4 @@ The cache configuration lies in the `sql.yaml`.
 
 
 - cache: bool value to indicate whether to enable cache.
 - cache: bool value to indicate whether to enable cache.
 - cacheTtl: the time to live of the cache in seconds.
 - cacheTtl: the time to live of the cache in seconds.
-- cacheMissingKey: whether to cache nil value for a key.
+- cacheMissingKey: whether to cache nil value for a key.