Revision 7843
Added by Aaron Marcuse-Kubitza over 11 years ago
vegbien.my.sql | ||
---|---|---|
312 | 312 |
|
313 | 313 |
|
314 | 314 |
-- |
315 |
-- Name: concat_delim(text, varchar(255)); Type: FUNCTION; Schema: public; Owner: - |
|
316 |
-- |
|
317 |
|
|
318 |
|
|
319 |
|
|
320 |
|
|
321 |
-- |
|
322 |
-- Name: FUNCTION concat_delim(delim varchar(255), VARIADIC varchar(255)); Type: COMMENT; Schema: public; Owner: - |
|
323 |
-- |
|
324 |
|
|
325 |
|
|
326 |
|
|
327 |
|
|
328 |
-- |
|
329 | 315 |
-- Name: delete_scrubbed_taxondeterminations(text); Type: FUNCTION; Schema: public; Owner: - |
330 | 316 |
-- |
331 | 317 |
|
Also available in: Unified diff
*.sql: Replaced concat_delim() with concat_ws(), which is built-in as of PostgreSQL 9.1 (http://stackoverflow.com/questions/1943433/postgresql-concat-ws-like-function)