PostgreSQL Add UUID function

Source: Internet
Author: User
Tags uuid
1. PG default without UUID support, need to manually add 2. The software compiles with UUID support:--WITH-UUID=E2FS (there are three options, BSD,E2FS,OSSP). Need to install the dependent package libuuid-devel.x86_643 first. Enter the contrib directory in the source code directory, which is stored without being put into the core function, similar to plugin. Need to compile all, just make it in this directory. If you need to separate some packages into the appropriate directory, we need to go to the UUID-OSSP directory and execute make && make INSTALL4. 9.1 Previous PG, load plugin is the execution of share SQL script, after 9.1 can only be loaded by create extension "name" way. Log in to the PG instance and execute

Create extension "UUID-OSSP"?

PostgreSQL Add UUID function

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.