Created
April 3, 2013 12:46
-
-
Save tomgullo/5300901 to your computer and use it in GitHub Desktop.
update_ltree.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update t_tree set path = text2ltree(replace( ltree2text(path), 'us.va', 'us.fl') ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment