Project

General

Profile

« Previous | Next » 

Revision 2527

schemas/vegbien.sql: Changed cast functions' input types to text because type must match exactly, not just be implicitly castable

View differences:

vegbien.my.sql
110 110

  
111 111

  
112 112
--
113
-- Name: growthform(unknown); Type: FUNCTION; Schema: public; Owner: -
113
-- Name: growthform(text); Type: FUNCTION; Schema: public; Owner: -
114 114
--
115 115

  
116 116

  
......
124 124

  
125 125

  
126 126
--
127
-- Name: placerank(unknown); Type: FUNCTION; Schema: public; Owner: -
127
-- Name: placerank(text); Type: FUNCTION; Schema: public; Owner: -
128 128
--
129 129

  
130 130

  
......
138 138

  
139 139

  
140 140
--
141
-- Name: taxonrank(unknown); Type: FUNCTION; Schema: public; Owner: -
141
-- Name: taxonrank(text); Type: FUNCTION; Schema: public; Owner: -
142 142
--
143 143

  
144 144

  

Also available in: Unified diff