Description: |
Copyright (C) 2006 Michael Riecker, Nima Mazloumi
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
A copy of the GNU General Public License
can be found under http://www.gnu.org/licenses/gpl.txt; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
Package parameters: |
- EncodingTypes
- All valid PostgreSQL encoding types (default ALT EUC_CN EUC_JP EUC_KR EUC_TW ISO_8859_5 ISO_8859_6 ISO_8859_7 ISO_8859_8 JOHAB KOI8 LATIN1 LATIN2 LATIN3 LATIN4 LATIN5 LATIN6 LATIN7 LATIN8 LATIN9 LATIN10 SQL_ASCII TCVN UNICODE WIN WIN874 WIN1256, type string, scope instance)
- FunctionArguments
- List of Function Arguments and their replacements (default {integer int4} {"character varying" varchar} {bigint int8} {bigserial serial8} {"bit varying" varbit} {boolean bool} {character char} {"double precision" float8} {smallint int2} {"time with time zone" timetz} {"timestamp with time zone" timestamptz}, type string, scope instance)
- GraphCmd
- The default command to use for graph display of relations. Enter the full path of the command here. GraphViz provides several commands like dot,fdp,... (default /usr/local/bin/dot, type string, scope instance)
- GraphVizP
- Is graphviz installed? On a fresh installation the value is first empty. The system checks for the existance of the command defined under GraphCmd. If it succeeds the value is set to 1 (true) else to 0 (false). (default , type string, scope instance)
- HighlightingCommands
- List of space separated commands that should be highlighted. (default ACTION ALIAS ALL ALTER AS AUTHORIZATION BEGIN CACHE CASCADE COMMENT CREATE DECLARE DELETE DROP END EXIT FOR FOREIGN FUNCTION GRANT IF INCREMENT INTO IS JOIN KEY LANGUAGE LEFT LOOP MAXVALUE MINVALUE NEW NO NOT NULL OIDS OLD ON OPTION OR OWNER PERFORM PRIMARY REFERENCES REPLACE RETURN RETURNS RIGHT SCHEMA SEQUENCE SELECT SET START TABLE TO TRIGGER UNIQUE UPDATE VALUES VIEW VOLATILE WHEN WHERE WHILE WITH, type string, scope instance)
- PageSize
- Define the pagesize for Pagination (default 20, type number, scope instance)
- ProgrammingLanguages
- ProgrammingLanguages (default sql c internal, type string, scope instance)
- Properties1
- Properties1 (default VOLATILE IMMUTABLE STABLE, type string, scope instance)
- Properties2
- Properties2 (default CALLED ON NULL INPUT,RETURNS NULL ON NULL INPUT, type string, scope instance)
- Properties3
- Properties3 (default SECURITY INVOKER,SECURITY DEFINER, type string, scope instance)
- Returns1
- Returns1 (default SETOF, type string, scope instance)
- Returns3
- Returns3 (default [ ], type string, scope instance)
- RuleEvent
- RuleEvent (default SELECT INSERT UPDATE DELETE, type string, scope instance)
- deferrable
- Opts for foreign keys (default NOT DEFERRABLE;DEFERRABLE, type string, scope instance)
- event
- Parameter for triggers (default INSERT,UPDATE,DELETE,INSERT OR UPDATE,INSERT OR DELETE,DELETE OR UPDATE,INSERT OR DELETE OR UPDATE, type string, scope instance)
- initially
- Opts for foreign keys (default INITIALLY IMMEDIATE;INITIALLY DEFERRED, type string, scope instance)
- match
- Opts for foreign keys (default MATCH SIMPLE;MATCH FULL, type string, scope instance)
- methods
- All valid methods for indexes (default BTREE RTREE GIST HASH, type string, scope instance)
- update_delete
- Opts for foreign keys (default NO ACTION;RESTRICT;CASCADE;SET NULL;SET DEFAULT, type string, scope instance)
- when
- Parameter for triggers (default BEFORE AFTER, type string, scope instance)
|