Schema
Owner
wetlands
Tablespace
(default)
Descriptions
There is no description for table xxxtblLimitingFactorLU
Fields
PK | FK | Name | Data type | Not null | Unique | Inherited | Default | Description |
|---|---|---|---|---|---|---|---|---|
|
|
LmtFctrID |
integer |
|
|
|
nextval('"tblLimitingFactorLU_LmtFctrID_seq"'::regclass) |
|
|
|
LimitingFactor |
varchar(75) |
|
|
|
|
|
Foreign Keys
There are no foreign keys for table xxxtblLimitingFactorLU
Checks
There are no check constraints for table xxxtblLimitingFactorLU
Indices
Name | Type | Function | Fields | Primary Key | Unique | Description |
|---|---|---|---|---|---|---|
btree |
|
LmtFctrID |
|
|
|
Triggers
There are no triggers for table xxxtblLimitingFactorLU
Rules
There are no rules for table xxxtblLimitingFactorLU
Referenced
There are no tables referenced by table xxxtblLimitingFactorLU
Options
Option | Value |
|---|---|
Inherited From |
|
Rows |
17 |
Pages |
1 |
System |
|
Temporary |
|
With OID |
|
Definition
CREATE TABLE "glhri"."xxxtblLimitingFactorLU" (
"LmtFctrID" SERIAL,
"LimitingFactor" VARCHAR(75)
) WITHOUT OIDS;
CREATE INDEX "tblLimitingFactorLU_LmtFctID" ON "glhri"."xxxtblLimitingFactorLU"
USING btree ("LmtFctrID");
Pete Giencke pgiencke@glc.org |
|