Revision 13610
Added by Aaron Marcuse-Kubitza over 10 years ago
vegbien.my.sql | ||
---|---|---|
1283 | 1283 |
|
1284 | 1284 |
|
1285 | 1285 |
-- |
1286 |
-- Name: analytical_stem_view_modify(); Type: FUNCTION; Schema: public; Owner: - |
|
1287 |
-- |
|
1288 |
|
|
1289 |
|
|
1290 |
|
|
1291 |
|
|
1292 |
-- |
|
1286 | 1293 |
-- Name: datasource_publish(varchar(255), anyelement); Type: FUNCTION; Schema: public; Owner: - |
1287 | 1294 |
-- |
1288 | 1295 |
|
... | ... | |
1346 | 1353 |
|
1347 | 1354 |
|
1348 | 1355 |
-- |
1356 |
-- Name: geoscrub_input_view_modify(); Type: FUNCTION; Schema: public; Owner: - |
|
1357 |
-- |
|
1358 |
|
|
1359 |
|
|
1360 |
|
|
1361 |
|
|
1362 |
-- |
|
1349 | 1363 |
-- Name: location__pull_forward_from_parent(); Type: FUNCTION; Schema: public; Owner: - |
1350 | 1364 |
-- |
1351 | 1365 |
|
... | ... | |
1555 | 1569 |
|
1556 | 1570 |
|
1557 | 1571 |
-- |
1572 |
-- Name: provider_count_view_modify(); Type: FUNCTION; Schema: public; Owner: - |
|
1573 |
-- |
|
1574 |
|
|
1575 |
|
|
1576 |
|
|
1577 |
|
|
1578 |
-- |
|
1558 | 1579 |
-- Name: public_schema_publish(varchar(255)); Type: FUNCTION; Schema: public; Owner: - |
1559 | 1580 |
-- |
1560 | 1581 |
|
... | ... | |
1618 | 1639 |
|
1619 | 1640 |
|
1620 | 1641 |
-- |
1621 |
-- Name: sync_analytical_stem_to_view(); Type: FUNCTION; Schema: public; Owner: -
|
|
1642 |
-- Name: taxon_trait_view_modify(); Type: FUNCTION; Schema: public; Owner: -
|
|
1622 | 1643 |
-- |
1623 | 1644 |
|
1624 | 1645 |
|
1625 | 1646 |
|
1626 | 1647 |
|
1627 | 1648 |
-- |
1628 |
-- Name: sync_geoscrub_input_to_view(); Type: FUNCTION; Schema: public; Owner: - |
|
1629 |
-- |
|
1630 |
|
|
1631 |
|
|
1632 |
|
|
1633 |
|
|
1634 |
-- |
|
1635 |
-- Name: sync_provider_count_to_view(); Type: FUNCTION; Schema: public; Owner: - |
|
1636 |
-- |
|
1637 |
|
|
1638 |
|
|
1639 |
|
|
1640 |
|
|
1641 |
-- |
|
1642 |
-- Name: sync_taxon_trait_to_view(); Type: FUNCTION; Schema: public; Owner: - |
|
1643 |
-- |
|
1644 |
|
|
1645 |
|
|
1646 |
|
|
1647 |
|
|
1648 |
-- |
|
1649 | 1649 |
-- Name: taxondetermination_set_iscurrent(int(11)); Type: FUNCTION; Schema: public; Owner: - |
1650 | 1650 |
-- |
1651 | 1651 |
|
Also available in: Unified diff
schemas/public_.sql: sync_*(): renamed to *_modify() to facilitate finding these functions when modifying the corresponding view (using the new naming convention for a view's on-modify function)