Re: uuid-ossp for PostGres 8.4 running on Windows

From: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>
To: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: uuid-ossp for PostGres 8.4 running on Windows
Date: 2009-07-18 16:30:25
Message-ID: 4e656560171048442ddde9dd6f821388@intermodalsoftwaresolutions.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks, that worked perfectly.

Best Regards

Michael Gould

 

"Sachin Srivastava" <sachin(dot)srivastava(at)enterprisedb(dot)com> wrote:
 

>Hello Michael,
>
>In the EnterpriseDB installer, uuid-ossp contrib module is available but
>not loaded/enabled by default. To enable uuid-ossp module simply run the
>uuid-ossp.sql file ("share\contrib\uuid-ossp.sql").
>
>This is something that i did:
>
>psql.exe -U postgres -d postgres -f share\contrib\uuid-ossp.sql
>
>Then from psql i fired the below query and got results,
></pre>
>
>SELECT uuid_generate_v3(uuid_ns_url(), '<a
>href="http://www.postgresql.org">http://www.postgresql.org</a>');
>
></pre>
>Hope it helps.
>
>
>
>On 07/18/2009 08:00 PM, Michael Gould wrote:
>>
>>Does anyone have a install or the proper files (not the source) to install
>>the uuid-ossp contrib files for 8.4?  The one thing that I think that
>>EnterpriseDB install is lacking in is the contrib modules that have been
in
>>the previous postgres version installation.  Is this something that is
>>going to be added back into the EnterpriseDB installer?
>>
>>
>>At any rate my main concern now is to get the uuid-ossp install for 8.4 so
>>that I can use 8.4 for our new development.
>>
>>
>> 
>>
>>
>>Best Regards
>>
>>
>>
>>--------------------------------
>>
>>Michael Gould, Managing Partner
>>Intermodal Software Solutions, LLC904.226.0978904.592.5250 fax
>
>
>
>--
>Regards,
>Sachin Srivastava
><a href="http://www.enterprisedb.com">www.enterprisedb.com</a>
></pre>
>

 

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Abraham, Danny 2009-07-18 17:47:20 initdb fails on Windows with encoding=LATIN1
Previous Message Sachin Srivastava 2009-07-18 15:39:39 Re: uuid-ossp for PostGres 8.4 running on Windows