Project

General

Profile

« Previous | Next » 

Revision 13526

inputs/.TNRS/schema.sql: MatchedTaxon_modify(): documented usage

View differences:

schema.sql
71 71

  
72 72

  
73 73
--
74
-- Name: FUNCTION "MatchedTaxon_modify"(view_query text); Type: COMMENT; Schema: TNRS; Owner: -
75
--
76

  
77
COMMENT ON FUNCTION "MatchedTaxon_modify"(view_query text) IS '
78
usage:
79
SELECT "TNRS"."MatchedTaxon_modify"($$
80
 SELECT *, __ AS accepted_morphospecies_binomial
81
   FROM __
82
$$);
83

  
84
idempotent
85
';
86

  
87

  
88
--
74 89
-- Name: batch__fill(); Type: FUNCTION; Schema: TNRS; Owner: -
75 90
--
76 91

  

Also available in: Unified diff