We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3708d24 commit b95bd6aCopy full SHA for b95bd6a
tests/integration/catalog_test.go
@@ -200,7 +200,6 @@ func TestCatalogPsqlCommands(t *testing.T) {
200
ORDER BY 1, 2
201
LIMIT 20
202
`,
203
- DuckgresOnly: true,
204
},
205
206
// \dn - list schemas
@@ -213,7 +212,6 @@ func TestCatalogPsqlCommands(t *testing.T) {
213
212
WHERE n.nspname !~ '^pg_' AND n.nspname <> 'information_schema'
214
ORDER BY 1
215
216
217
218
219
// \l - list databases
@@ -226,7 +224,6 @@ func TestCatalogPsqlCommands(t *testing.T) {
226
224
FROM pg_catalog.pg_database d
227
225
228
229
230
231
}
232
runQueryTests(t, tests)
0 commit comments