Remove comment on standard schema
This commit is contained in:
parent
c7547258f5
commit
89336863e7
8 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue