File: extension.out

package info (click to toggle)
postgresql-numeral 1.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 196 kB
  • sloc: ansic: 370; yacc: 242; sql: 194; lex: 169; makefile: 37; sh: 19
file content (3 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (8)
1
2
3
SET client_min_messages = warning;
CREATE EXTENSION IF NOT EXISTS numeral;
RESET client_min_messages;