| 1 | const pg = require('./lib') |
| 2 | |
| 3 | const params = { |
| 4 | text: 'select typname, typnamespace, typowner, typlen, typbyval, typcategory, typispreferred, typisdefined, typdelim, typrelid, typelem, typarray from pg_type where typtypmod = $1 and typisdefined = $2', |