Skip to content

Instantly share code, notes, and snippets.

@axelerator
Created October 14, 2010 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axelerator/626130 to your computer and use it in GitHub Desktop.
Save axelerator/626130 to your computer and use it in GitHub Desktop.
update person set email = regexp_replace(email, E'@(.*)', '\\1@example.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment