Re: [SQL] linux. ossp-uuid

2010-12-21 Thread Basil Bourque
As documented here: http://www.postgresql.org/docs/9.0/interactive/uuid-ossp.html Rather than assuming the host operating system has an implementation of UUID, Postgres depends on the presence of a specific implementation of UUID generation & handling. This open-source implementation is called "

Re: [SQL] linux. ossp-uuid

2010-12-21 Thread Trinath Somanchi
Hi- Do u want to add UUID support to postgresql follow this link http://raveica.comdurav.com/blog/personal/how-do-i-add-uuid-to-postgresql/ or for UUID-OSSP, here is the documentation http://www.postgresql.org/docs/8.3/static/uuid-ossp.html 2010/12/21 Николай Ижиков > Hi, guys. > > I have linu

[SQL] linux. ossp-uuid

2010-12-21 Thread Николай Ижиков
Hi, guys. I have linux server. Package uuid installed I build and install postgresql from source with --with-ossp-uuid flag. After installation I try to execute: === create or replace function uuid_generate_v1() returns uuid as '$libdir/uuid-ossp', 'uuid_generate_v1' volatile strict languag