Remove comment on standard schema

This commit is contained in:
sparkyx 2007-05-31 21:57:16 +00:00
parent c7547258f5
commit 89336863e7
8 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
SET client_encoding = 'LATIN1';
SET check_function_bodies = false;
SET client_min_messages = warning;
COMMENT ON SCHEMA public IS 'Standard public schema';
SET search_path = public, pg_catalog;
CREATE DOMAIN poste_comptable AS numeric(25,0);
CREATE FUNCTION account_add(p_id poste_comptable, p_name character varying) RETURNS void