Project

General

Profile

« Previous | Next » 

Revision 4964

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

View differences:

schemas/vegbien.my.sql
891 891

  
892 892

  
893 893
--
894
-- Name: COLUMN taxonpath.domain; Type: COMMENT; Schema: public; Owner: -
895
--
896

  
897

  
898

  
899

  
900
--
901
-- Name: COLUMN taxonpath.kingdom; Type: COMMENT; Schema: public; Owner: -
902
--
903

  
904

  
905

  
906

  
907
--
908
-- Name: COLUMN taxonpath.phylum; Type: COMMENT; Schema: public; Owner: -
909
--
910

  
911

  
912

  
913

  
914
--
915
-- Name: COLUMN taxonpath.class; Type: COMMENT; Schema: public; Owner: -
916
--
917

  
918

  
919

  
920

  
921
--
922
-- Name: COLUMN taxonpath.`order`; Type: COMMENT; Schema: public; Owner: -
923
--
924

  
925

  
926

  
927

  
928
--
929
-- Name: COLUMN taxonpath.family; Type: COMMENT; Schema: public; Owner: -
930
--
931

  
932

  
933

  
934

  
935
--
936
-- Name: COLUMN taxonpath.genus; Type: COMMENT; Schema: public; Owner: -
937
--
938

  
939

  
940

  
941

  
942
--
943
-- Name: COLUMN taxonpath.species; Type: COMMENT; Schema: public; Owner: -
944
--
945

  
946

  
947

  
948

  
949
--
950
-- Name: COLUMN taxonpath.subspecies; Type: COMMENT; Schema: public; Owner: -
951
--
952

  
953

  
954

  
955

  
956
--
957
-- Name: COLUMN taxonpath.variety; Type: COMMENT; Schema: public; Owner: -
958
--
959

  
960

  
961

  
962

  
963
--
964
-- Name: COLUMN taxonpath.forma; Type: COMMENT; Schema: public; Owner: -
965
--
966

  
967

  
968

  
969

  
970
--
971
-- Name: COLUMN taxonpath.cultivar; Type: COMMENT; Schema: public; Owner: -
972
--
973

  
974

  
975

  
976

  
977
--
894 978
-- Name: COLUMN taxonpath.otherranks; Type: COMMENT; Schema: public; Owner: -
895 979
--
896 980

  
schemas/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