Project

General

Profile

« Previous | Next » 

Revision 4964

schemas/vegbien.sql: taxonpath named ranks: Added descriptive comments for data dictionary

View differences:

vegbien.sql
1185 1185

  
1186 1186

  
1187 1187
--
1188
-- Name: COLUMN taxonpath.domain; Type: COMMENT; Schema: public; Owner: -
1189
--
1190

  
1191
COMMENT ON COLUMN taxonpath.domain IS 'The domain portion of the taxonomic name.';
1192

  
1193

  
1194
--
1195
-- Name: COLUMN taxonpath.kingdom; Type: COMMENT; Schema: public; Owner: -
1196
--
1197

  
1198
COMMENT ON COLUMN taxonpath.kingdom IS 'The kingdom portion of the taxonomic name.';
1199

  
1200

  
1201
--
1202
-- Name: COLUMN taxonpath.phylum; Type: COMMENT; Schema: public; Owner: -
1203
--
1204

  
1205
COMMENT ON COLUMN taxonpath.phylum IS 'The phylum portion of the taxonomic name.';
1206

  
1207

  
1208
--
1209
-- Name: COLUMN taxonpath.class; Type: COMMENT; Schema: public; Owner: -
1210
--
1211

  
1212
COMMENT ON COLUMN taxonpath.class IS 'The class portion of the taxonomic name.';
1213

  
1214

  
1215
--
1216
-- Name: COLUMN taxonpath."order"; Type: COMMENT; Schema: public; Owner: -
1217
--
1218

  
1219
COMMENT ON COLUMN taxonpath."order" IS 'The order portion of the taxonomic name.';
1220

  
1221

  
1222
--
1223
-- Name: COLUMN taxonpath.family; Type: COMMENT; Schema: public; Owner: -
1224
--
1225

  
1226
COMMENT ON COLUMN taxonpath.family IS 'The family portion of the taxonomic name.';
1227

  
1228

  
1229
--
1230
-- Name: COLUMN taxonpath.genus; Type: COMMENT; Schema: public; Owner: -
1231
--
1232

  
1233
COMMENT ON COLUMN taxonpath.genus IS 'The genus portion of the taxonomic name.';
1234

  
1235

  
1236
--
1237
-- Name: COLUMN taxonpath.species; Type: COMMENT; Schema: public; Owner: -
1238
--
1239

  
1240
COMMENT ON COLUMN taxonpath.species IS 'The species portion of the taxonomic name.';
1241

  
1242

  
1243
--
1244
-- Name: COLUMN taxonpath.subspecies; Type: COMMENT; Schema: public; Owner: -
1245
--
1246

  
1247
COMMENT ON COLUMN taxonpath.subspecies IS 'The subspecies portion of the taxonomic name.';
1248

  
1249

  
1250
--
1251
-- Name: COLUMN taxonpath.variety; Type: COMMENT; Schema: public; Owner: -
1252
--
1253

  
1254
COMMENT ON COLUMN taxonpath.variety IS 'The variety portion of the taxonomic name.';
1255

  
1256

  
1257
--
1258
-- Name: COLUMN taxonpath.forma; Type: COMMENT; Schema: public; Owner: -
1259
--
1260

  
1261
COMMENT ON COLUMN taxonpath.forma IS 'The forma portion of the taxonomic name.';
1262

  
1263

  
1264
--
1265
-- Name: COLUMN taxonpath.cultivar; Type: COMMENT; Schema: public; Owner: -
1266
--
1267

  
1268
COMMENT ON COLUMN taxonpath.cultivar IS 'The cultivar portion of the taxonomic name.';
1269

  
1270

  
1271
--
1188 1272
-- Name: COLUMN taxonpath.otherranks; Type: COMMENT; Schema: public; Owner: -
1189 1273
--
1190 1274

  

Also available in: Unified diff