Revision 12348
Added by Aaron Marcuse-Kubitza almost 11 years ago
trunk/schemas/util.sql | ||
---|---|---|
1057 | 1057 |
|
1058 | 1058 |
|
1059 | 1059 |
-- |
1060 |
-- Name: FUNCTION drop_relation(relation regclass, force boolean); Type: COMMENT; Schema: util; Owner: - |
|
1061 |
-- |
|
1062 |
|
|
1063 |
COMMENT ON FUNCTION drop_relation(relation regclass, force boolean) IS ' |
|
1064 |
idempotent |
|
1065 |
'; |
|
1066 |
|
|
1067 |
|
|
1068 |
-- |
|
1069 | 1060 |
-- Name: drop_relation(text, text, boolean); Type: FUNCTION; Schema: util; Owner: - |
1070 | 1061 |
-- |
1071 | 1062 |
|
Also available in: Unified diff
fix: schemas/util.sql: drop_relation(): documented that it is actually not idempotent, because the regclass will not be valid after the relation is dropped