Functions Tables Views Materialized Views Trigger File Names File Names by Path Bug List Todo List Code Statistics Start Page | pglogger |
001: \echo Start functions/logger_schema.pg_sql 002: 003: \set SCHEMA_NAME LOGGER 004: 005: drop schema if exists :SCHEMA_NAME cascade; 006: 007: create schema :SCHEMA_NAME; 008: 009: comment on schema :SCHEMA_NAME is 'Schema for the logging facility 010: $Header: svn+ssh://thiemo@svn.code.sf.net/p/pglogger/code/schemata/logger_schema.pg_sql 2 2018-03-21 18:33:44Z thiemo $'; 011: 012: set search_path to :SCHEMA_NAME, PUBLIC; 013: show search_path; 014: 015: \echo End functions/logger_schema.pg_sql
Functions Tables Views Materialized Views Trigger File Names File Names by Path Bug List Todo List Code Statistics Start Page | pglogger |