Revision 14129
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/schemas/util.sql | ||
---|---|---|
894 | 894 |
-- |
895 | 895 |
|
896 | 896 |
COMMENT ON FUNCTION cluster_once(table_ regclass, index regclass) IS ' |
897 |
idempotent |
|
897 |
idempotent, and runs cluster only *once* if called repeatedly
|
|
898 | 898 |
'; |
899 | 899 |
|
900 | 900 |
|
Also available in: Unified diff
schemas/util.sql: cluster_once(): documented that this runs cluster only once if called repeatedly