File: init_ext.out

package info (click to toggle)
londiste-sql 3.8-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 576 kB
  • sloc: sql: 2,742; python: 309; makefile: 19; sh: 2
file content (8 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
\set ECHO none
create extension londiste;
select array_length(extconfig, 1) as dumpable from pg_catalog.pg_extension where extname = 'londiste';
 dumpable 
----------
        4
(1 row)