Remove unused file: list-db-types (#3249)

Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
Alex Anderson 2024-06-19 17:32:52 +03:00 committed by GitHub
parent 53dc4e6cb3
commit 4f457e12e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +0,0 @@
'use strict'
var helper = require('../test/integration/test-helper')
var pg = helper.pg
pg.connect(
helper.config,
assert.success(function (client) {
var query = client.query("select oid, typname from pg_type where typtype = 'b' order by oid")
query.on('row', console.log)
})
)