Skip to content

Instantly share code, notes, and snippets.

@ik5
Created September 20, 2014 10:24
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 ik5/62ecb6ac80c6068663b3 to your computer and use it in GitHub Desktop.
Save ik5/62ecb6ac80c6068663b3 to your computer and use it in GitHub Desktop.
how to add the uuid-ossp extension
/* install postgresql-contrib */
CREATE EXTENSION "uuid-ossp";
select uuid_generate_v4();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment