File: extension.out

package info (click to toggle)
postgresql-unit 7.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,540 kB
  • sloc: sql: 1,768; ansic: 1,334; lex: 358; yacc: 140; perl: 100; makefile: 40; sh: 25
file content (3 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (10)
1
2
3
SET client_min_messages = warning;
CREATE EXTENSION IF NOT EXISTS unit;
RESET client_min_messages;