代码搜索:create

找到约 10,000 项符合「create」的源代码

代码结果 10,000
www.eeworm.com/read/100285/6272033

sql create_aggregate.sql

-- -- AGGREGATE DEFINITIONS -- -- all functions CREATEd CREATE AGGREGATE newavg ( sfunc1 = int4pl, basetype = int4, stype1 = int4, sfunc2 = int4inc, stype2 = int4, finalfunc = int4div, i
www.eeworm.com/read/100285/6272047

sql create_index.sql

-- -- CREATE ancillary data structures (i.e. indices) -- -- -- BTREE -- CREATE INDEX onek_unique1 ON onek USING btree(unique1 int4_ops); CREATE INDEX onek_unique2 ON onek USING btree(unique2 int4_op
www.eeworm.com/read/100285/6272052

sql create_type.sql

-- -- create.source -- -- CREATE TYPE widget ( internallength = 24, input = widget_in, output = widget_out, alignment = double ); CREATE TYPE city_budget ( internallength = 16,
www.eeworm.com/read/100285/6272061

sql create_misc.sql

-- -- create.source -- -- -- CLASS POPULATION -- (any resemblance to real life is purely coincidental) -- INSERT INTO tenk2 VALUES (tenk1.*); SELECT * INTO TABLE onek2 FROM onek; INSERT INTO fast
www.eeworm.com/read/100285/6272083

sql create_table.sql

-- -- create.source -- -- -- -- CLASS DEFINITIONS -- CREATE TABLE hobbies_r ( name text, person text ); CREATE TABLE equipment_r ( name text, hobby text ); CREATE TABLE onek ( unique1
www.eeworm.com/read/100285/6272233

hlp create_type.hlp

.pgaw:Help.f.t insert end "CREATE TYPE" {bold} " allows the user to register a new user data type with Postgres for use in the current data base. The user who defines a type becomes its owner. Typenam
www.eeworm.com/read/100285/6272247

hlp create_table_as.hlp

.pgaw:Help.f.t insert end "CREATE TABLE AS" {bold} " CREATE TABLE AS enables a table to be created from the contents of an existing table. It has functionality equivalent to SELECT TABLE INTO, but wit
www.eeworm.com/read/100285/6272251

hlp create_table.hlp

.pgaw:Help.f.t insert end \ "CREATE TABLE" {bold} " CREATE \[ TEMPORARY | TEMP \] TABLE table ( column type \[ NULL | NOT NULL \] \[ UNIQUE \] \[ DEFAULT value \] \[column_constraint_clause | PRIM
www.eeworm.com/read/100285/6272258

hlp create_function.hlp

.pgaw:Help.f.t insert end \ "Synopsis" {bold} " CREATE FUNCTION name ( \[ ftype \[, ...\] \] ) RETURNS rtype AS definition LANGUAGE 'langname' " {code} " name" {italic} " The name of a function to
www.eeworm.com/read/100285/6272264

hlp create_rule.hlp

.pgaw:Help.f.t insert end "CREATE RULE" {bold} " The semantics of a rule is that at the time an individual instance is accessed, updated, inserted or deleted, there is a current instance (for retrieve