Skip to content

Instantly share code, notes, and snippets.

@ik5
Created September 20, 2014 10:24
Show Gist options
  • Select an option

  • Save ik5/62ecb6ac80c6068663b3 to your computer and use it in GitHub Desktop.

Select an option

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