📄 pg.cfg
字号:
func_where_eq_any=yes # Function = ANYfunc_where_eq_some=yes # Function = SOMEfunc_where_exists=yes # Function EXISTSfunc_where_in_num=yes # Function IN on numbersfunc_where_like=yes # Function LIKEfunc_where_like_escape=yes # Function LIKE ESCAPEfunc_where_match=no # Function MATCHfunc_where_match_unique=no # Function MATCH UNIQUEfunc_where_matches=no # Function MATCHESfunc_where_not_between=yes # Function NOT BETWEENfunc_where_not_exists=yes # Function NOT EXISTSfunc_where_not_like=yes # Function NOT LIKEfunc_where_not_unique=no # Function NOT UNIQUEfunc_where_unique=no # Function UNIQUEfunctions=yes # Functionsgroup_by=yes # Group bygroup_by_alias=yes # Group by aliasgroup_by_null=yes # Group on column with null valuesgroup_by_position=yes # Group by positiongroup_distinct_functions=yes # Group functions with distinctgroup_func_extra_bit_and=no # Group function BIT_ANDgroup_func_extra_bit_or=no # Group function BIT_ORgroup_func_extra_count_distinct_list=no # Group function COUNT(DISTINCT expr,expr,...)group_func_extra_std=no # Group function STDgroup_func_extra_stddev=yes # Group function STDDEVgroup_func_extra_variance=yes # Group function VARIANCEgroup_func_sql_any=no # Group function ANYgroup_func_sql_avg=yes # Group function AVGgroup_func_sql_count_*=yes # Group function COUNT (*)group_func_sql_count_column=yes # Group function COUNT column namegroup_func_sql_count_distinct=yes # Group function COUNT(DISTINCT expr)group_func_sql_every=no # Group function EVERYgroup_func_sql_max=yes # Group function MAX on numbersgroup_func_sql_max_str=yes # Group function MAX on stringsgroup_func_sql_min=yes # Group function MIN on numbersgroup_func_sql_min_str=yes # Group function MIN on stringsgroup_func_sql_some=no # Group function SOMEgroup_func_sql_sum=yes # Group function SUMgroup_functions=yes # Group functionsgroup_on_unused=yes # Group on unused columnhas_true_false=yes # TRUE and FALSEhaving=yes # Havinghaving_with_alias=no # Having on aliashaving_with_group=yes # Having with group functionhex_numbers=no # hex numbers (0x41)hex_strings=yes # hex strings (x'1ace')ignore_end_space=yes # Ignore end space in compareindex_in_create=no # index in create tableindex_namespace=no # different namespace for indexindex_parts=no # index on column part (extension)inner_join=yes # inner joininsert_empty_string=yes # insert empty stringinsert_multi_value=no # INSERT with Value listsinsert_select=yes # insert INTO ... SELECT ...insert_with_set=no # INSERT with set syntaxintersect=yes # intersectintersect_all=yes # intersect allintersect_all_incompat=no # intersect all (incompatible lists)intersect_incompat=no # intersect (incompatible lists)join_tables=+64 # tables in joinleft_outer_join=yes # left outer joinleft_outer_join_using=yes # left outer join usinglike_with_column=yes # column LIKE columnlike_with_number=yes # LIKE on numberslock_tables=yes # lock tablelogical_value=1 # Value of logical operation (1=1)max_big_expressions=10 # big expressionsmax_char_size=+8000000 # max char() sizemax_column_name=+512 # column name lengthmax_columns=1600 # Columns in tablemax_conditions=19994 # OR and AND in WHEREmax_expressions=9999 # simple expressionsmax_index=+64 # max indexmax_index_length=+8192 # index lengthmax_index_name=+512 # index name lengthmax_index_part_length=235328 # max index part lengthmax_index_parts=16 # index partsmax_index_varchar_part_length=235328 # index varchar part lengthmax_row_length=64519 # max table row length (without blobs)max_row_length_with_null=64519 # table row length with nulls (without blobs)max_select_alias_name=+512 # select alias name lengthmax_stack_expression=+2000 # stacked expressionsmax_table_alias_name=+512 # table alias name lengthmax_table_name=+512 # table name lengthmax_text_size=+8000000 # max text or blob sizemax_unique_index=+64 # unique indexesmax_varchar_size=+8000000 # max varchar() sizeminus=no # minusminus_incompat=no # minus (incompatible lists)minus_neg=no # Calculate 1--1multi_drop=yes # many tables to drop tablemulti_null_in_unique=yes # null in unique indexmulti_strings=yes # Multiple line stringsmulti_table_delete=no # DELETE FROM table1,table2...multi_table_update=no # Update with many tablesnatural_join=yes # natural joinnatural_join_incompat=yes # natural join (incompatible lists)natural_left_outer_join=yes # natural left outer joinno_primary_key=yes # Tables without primary keynull_concat_expr=yes # Is 'a' || NULL = NULLnull_in_index=yes # null in indexnull_in_unique=yes # null in unique indexnull_num_expr=yes # Is 1+NULL = NULLnulls_in_unique=yes # null combination in unique indexodbc_left_outer_join=no # left outer join odbc styleoperating_system=Linux 2.4.0-64GB-SMP i686 # crash-me tested onorder_by=yes # Order byorder_by_alias=yes # Order by aliasorder_by_function=yes # Order by functionorder_by_position=yes # Order by positionorder_by_remember_desc=no # Order by DESC is rememberedorder_on_unused=yes # Order by on unused columnprimary_key_in_create=yes # primary key in create tablepsm_functions=no # PSM functions (ANSI SQL)psm_modules=no # PSM modules (ANSI SQL)psm_procedures=no # PSM procedures (ANSI SQL)psm_trigger=no # Triggers (ANSI SQL)query_size=16777216 # query sizequote_ident_with_"=no # " as identifier quote (ANSI SQL)quote_ident_with_[=no # [] as identifier quotequote_ident_with_`=no # ` as identifier quotequote_with_"=no # Allows ' and " as string markersrecursive_subqueries=+64 # recursive subqueriesremember_end_space=no # Remembers end space in char()remember_end_space_varchar=yes # Remembers end space in varchar()rename_table=no # rename tablerepeat_string_size=+8000000 # return string size from functionright_outer_join=yes # right outer joinrowid=oid # Type for row idselect_constants=yes # Select constantsselect_limit=with LIMIT # LIMIT number of rowsselect_limit2=yes # SELECT with LIMIT #,#select_string_size=16777207 # constant string size in SELECTselect_table_update=yes # Update with sub selectselect_without_from=yes # SELECT without FROMserver_version=PostgreSQL version 7.1.1 # server versionsimple_joins=yes # ANSI SQL simple joinsstorage_of_float=round # Storage of float valuessubqueries=yes # subqueriestable_alias=yes # Table aliastable_name_case=yes # case independent table namestable_wildcard=yes # Select table_name.*temporary_table=yes # temporary tablestransactions=yes # transactionstruncate_table=yes # truncatetype_extra_abstime=yes # Type abstimetype_extra_bfile=no # Type bfiletype_extra_blob=no # Type blobtype_extra_bool=yes # Type booltype_extra_box=yes # Type boxtype_extra_byte=no # Type bytetype_extra_char(1_arg)_binary=no # Type char(1 arg) binarytype_extra_cidr=yes # Type cidrtype_extra_circle=yes # Type circletype_extra_clob=no # Type clobtype_extra_datetime=yes # Type datetimetype_extra_double=no # Type doubletype_extra_enum(1_arg)=no # Type enum(1 arg)type_extra_float(2_arg)=no # Type float(2 arg)type_extra_float4=yes # Type float4type_extra_float8=yes # Type float8type_extra_image=no # Type imagetype_extra_inet=yes # Type inettype_extra_int(1_arg)_zerofill=no # Type int(1 arg) zerofilltype_extra_int1=no # Type int1type_extra_int2=yes # Type int2type_extra_int3=no # Type int3type_extra_int4=yes # Type int4type_extra_int8=yes # Type int8type_extra_int_auto_increment=no # Type int not null auto_incrementtype_extra_int_identity=no # Type int not null identitytype_extra_int_unsigned=no # Type int unsignedtype_extra_interval=yes # Type intervaltype_extra_line=yes # Type linetype_extra_long=no # Type longtype_extra_long_raw=no # Type long rawtype_extra_long_varbinary=no # Type long varbinarytype_extra_long_varchar(1_arg)=no # Type long varchar(1 arg)type_extra_lseg=yes # Type lsegtype_extra_macaddr=yes # Type macaddrtype_extra_mediumint=no # Type mediuminttype_extra_mediumtext=no # Type mediumtexttype_extra_middleint=no # Type middleinttype_extra_mlslabel=no # Type mlslabeltype_extra_money=yes # Type moneytype_extra_nclob=no # Type nclobtype_extra_number=no # Type numbertype_extra_number(1_arg)=no # Type number(1 arg)type_extra_number(2_arg)=no # Type number(2 arg)type_extra_nvarchar2(1_arg)=no # Type nvarchar2(1 arg)type_extra_path=yes # Type pathtype_extra_point=yes # Type pointtype_extra_polygon=yes # Type polygontype_extra_raw(1_arg)=no # Type raw(1 arg)type_extra_reltime=yes # Type reltimetype_extra_rowid=no # Type rowidtype_extra_serial=yes # Type serialtype_extra_set(1_arg)=no # Type set(1 arg)type_extra_smalldatetime=no # Type smalldatetimetype_extra_smallfloat=no # Type smallfloattype_extra_smallmoney=no # Type smallmoneytype_extra_text=yes # Type texttype_extra_text(1_arg)=no # Type text(1 arg)type_extra_timespan=yes # Type timespantype_extra_uint=no # Type uinttype_extra_varchar2(1_arg)=no # Type varchar2(1 arg)type_extra_year=no # Type yeartype_odbc_bigint=yes # Type biginttype_odbc_binary(1_arg)=no # Type binary(1 arg)type_odbc_datetime=yes # Type datetimetype_odbc_tinyint=no # Type tinyinttype_odbc_varbinary(1_arg)=no # Type varbinary(1 arg)type_sql_bit=yes # Type bittype_sql_bit(1_arg)=yes # Type bit(1 arg)type_sql_bit_varying(1_arg)=yes # Type bit varying(1 arg)type_sql_boolean=yes # Type booleantype_sql_char(1_arg)=yes # Type char(1 arg)type_sql_char_varying(1_arg)=yes # Type char varying(1 arg)type_sql_character(1_arg)=yes # Type character(1 arg)type_sql_character_varying(1_arg)=yes # Type character varying(1 arg)type_sql_date=yes # Type datetype_sql_dec(2_arg)=yes # Type dec(2 arg)type_sql_decimal(2_arg)=yes # Type decimal(2 arg)type_sql_double_precision=yes # Type double precisiontype_sql_float=yes # Type floattype_sql_float(1_arg)=yes # Type float(1 arg)type_sql_int=yes # Type inttype_sql_integer=yes # Type integertype_sql_interval_day=yes # Type interval daytype_sql_interval_day_to_hour=yes # Type interval day to hourtype_sql_interval_day_to_minute=yes # Type interval day to minutetype_sql_interval_day_to_second=yes # Type interval day to secondtype_sql_interval_hour=yes # Type interval hourtype_sql_interval_hour_to_minute=yes # Type interval hour to minutetype_sql_interval_hour_to_second=yes # Type interval hour to secondtype_sql_interval_minute=yes # Type interval minutetype_sql_interval_minute_to_second=yes # Type interval minute to secondtype_sql_interval_month=yes # Type interval monthtype_sql_interval_second=yes # Type interval secondtype_sql_interval_year=yes # Type interval yeartype_sql_interval_year_to_month=yes # Type interval year to monthtype_sql_national_char_varying(1_arg)=yes # Type national char varying(1 arg)type_sql_national_character(1_arg)=yes # Type national character(1 arg)type_sql_national_character_varying(1_arg)=yes # Type national character varying(1 arg)type_sql_nchar(1_arg)=yes # Type nchar(1 arg)type_sql_nchar_varying(1_arg)=yes # Type nchar varying(1 arg)type_sql_numeric(2_arg)=yes # Type numeric(2 arg)type_sql_real=yes # Type realtype_sql_smallint=yes # Type smallinttype_sql_time=yes # Type timetype_sql_timestamp=yes # Type timestamptype_sql_timestamp_with_time_zone=yes # Type timestamp with time zonetype_sql_varchar(1_arg)=yes # Type varchar(1 arg)union=yes # unionunion_all=yes # union allunion_all_incompat=yes # union all (incompatible lists)union_incompat=yes # union (incompatible lists)unique_in_create=yes # unique in create tableunique_null_in_create=yes # unique null in createviews=yes # viewswhere_string_size=16777181 # constant string size in where
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -