mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Remove unused file: list-db-types (#3249)
Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
parent
53dc4e6cb3
commit
4f457e12e0
@ -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)
|
||||
})
|
||||
)
|
||||
Loading…
x
Reference in New Issue
Block a user