Your IP : 172.70.127.68


Current Path : /var/www/element/data/www/wiki.element.ru/maintenance/postgres/archives/
Upload File :
Current File : /var/www/element/data/www/wiki.element.ru/maintenance/postgres/archives/patch-profiling.sql

CREATE TABLE profiling (
  pf_count   INTEGER         NOT NULL DEFAULT 0,
  pf_time    NUMERIC(18,10)  NOT NULL DEFAULT 0,
  pf_name    TEXT            NOT NULL,
  pf_server  TEXT            NULL
);
CREATE UNIQUE INDEX pf_name_server ON profiling (pf_name, pf_server);