File: pgq_node_init_ext.out

package info (click to toggle)
pgq-node 3.5-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: sql: 1,412; python: 309; makefile: 14; sh: 1
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
create extension pgq;
create extension pgq_node;
select array_length(extconfig, 1) as dumpable from pg_catalog.pg_extension where extname = 'pgq_node';
 dumpable 
----------
        4
(1 row)