Revision 13893
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
2008 | 2008 |
|
2009 | 2009 |
|
2010 | 2010 |
-- |
2011 |
-- Name: FUNCTION geometry(geocoord geocoord); Type: COMMENT; Schema: util; Owner: - |
|
2012 |
-- |
|
2013 |
|
|
2014 |
COMMENT ON FUNCTION geometry(geocoord geocoord) IS ' |
|
2015 |
*note*: it is not possible to create a cast for this, as a bug in pg_dump |
|
2016 |
prevents the cast from being exported, even when no export filters are applied |
|
2017 |
'; |
|
2018 |
|
|
2019 |
|
|
2020 |
-- |
|
2011 | 2021 |
-- Name: grants_users(); Type: FUNCTION; Schema: util; Owner: - |
2012 | 2022 |
-- |
2013 | 2023 |
|
Also available in: Unified diff
schemas/util.sql: geometry(geocoord): documented that it is not possible to create a cast for this, as a bug in pg_dump prevents the cast from being exported, even when no export filters are applied