Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

Lists: pgsql-general
From: Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-06-29 16:14:00
Message-ID: 4E0B4F48.9020104@senecac.on.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

The installer for windows for 64bit versions of postgresql doesn't
include ossp-uuid.sql.
Does anyone know where or how to get this?

Thanks
--
*Grace Batumbya*
Research Assistant | Seneca CDOT
Phone: 416-491-5050 x3548
cdot.senecac.on.ca <http://cdot.senecac.on.ca/>


From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-06-29 16:38:21
Message-ID: 4E0B54FD.8040103@winpg.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi Grace-san.

Is this helpful to you?
http://winpg.jp/~saito/pg_work/OSSP_win32/build-x86-64/

Regards,
Hiroshi Saito

(2011/06/30 1:14), Grace Batumbya wrote:
> The installer for windows for 64bit versions of postgresql doesn't
> include ossp-uuid.sql.
> Does anyone know where or how to get this?
>
> Thanks
> --
> *Grace Batumbya*
> Research Assistant | Seneca CDOT
> Phone: 416-491-5050 x3548
> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>


From: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>
To: Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>, pgsql-general(at)postgresql(dot)org
Subject: Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-06-29 16:42:01
Message-ID: db25bece42c6130c6454887eda23b291@intermodalsoftwaresolutions.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Grace the ossp-uuid libraries have no make system to create a 64 bit
version and I guess there are some technical reasons with the compiler. 
You can run them on Linux 64 bit and Windows 32 bit only.  This is the
reason I'd like to see native UUID support built in to the datatype.

Best Regards

Michael Gould

 

 

"Grace Batumbya" <grace(dot)batumbya(at)senecac(dot)on(dot)ca> wrote:

> The installer for windows for 64bit versions of
>postgresql doesn't include ossp-uuid.sql.
>Does anyone know where or how to get this?
>
>Thanks
>--
>Grace Batumbya
>Research Assistant | Seneca CDOT
>Phone: 416-491-5050 x3548
><a href="http://cdot.senecac.on.ca/" target="_blank">cdot.senecac.on.ca</a>

 

--
Michael Gould, Managing Partner
Intermodal Software Solutions, LLC
904.226.0978
904.592.5250 fax


From: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>
To: Hiroshi Saito <hiroshi(at)winpg(dot)jp>, Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-06-29 16:46:56
Message-ID: 4fd66b11435674530a30fc3602984c2f@intermodalsoftwaresolutions.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Thanks... I didn't know that this had been done. Will be downloading
shortly, thanks

Mike Gould

"Hiroshi Saito" <hiroshi(at)winpg(dot)jp> wrote:
> Hi Grace-san.
>
> Is this helpful to you?
> http://winpg.jp/~saito/pg_work/OSSP_win32/build-x86-64/
>
> Regards,
> Hiroshi Saito
>
> (2011/06/30 1:14), Grace Batumbya wrote:
>> The installer for windows for 64bit versions of postgresql doesn't
>> include ossp-uuid.sql.
>> Does anyone know where or how to get this?
>>
>> Thanks
>> --
>> *Grace Batumbya*
>> Research Assistant | Seneca CDOT
>> Phone: 416-491-5050 x3548
>> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>


From: Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>
To: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-06-29 16:50:10
Message-ID: 4E0B57C2.9040505@senecac.on.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Thanks Hiroshi, that solved the problem.
If you do not mind, how did you go about to build ossp-uuid?

*Grace Batumbya*
Research Assistant | Seneca CDOT
Phone: 416-491-5050 x3548
cdot.senecac.on.ca <http://cdot.senecac.on.ca/>

On 6/29/2011 12:38 PM, Hiroshi Saito wrote:
> Hi Grace-san.
>
> Is this helpful to you?
> http://winpg.jp/~saito/pg_work/OSSP_win32/build-x86-64/
>
> Regards,
> Hiroshi Saito
>
> (2011/06/30 1:14), Grace Batumbya wrote:
>> The installer for windows for 64bit versions of postgresql doesn't
>> include ossp-uuid.sql.
>> Does anyone know where or how to get this?
>>
>> Thanks
>> --
>> *Grace Batumbya*
>> Research Assistant | Seneca CDOT
>> Phone: 416-491-5050 x3548
>> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>


From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>, Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-06-29 17:02:12
Message-ID: 4E0B5A94.4060902@winpg.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi.

here is an excuse...
http://archives.postgresql.org/pgsql-general/2011-06/msg00738.php

Regard,
Hiroshi Saito

(2011/06/30 1:50), Grace Batumbya wrote:
> Thanks Hiroshi, that solved the problem.
> If you do not mind, how did you go about to build ossp-uuid?
>
> *Grace Batumbya*
> Research Assistant | Seneca CDOT
> Phone: 416-491-5050 x3548
> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>
> On 6/29/2011 12:38 PM, Hiroshi Saito wrote:
>> Hi Grace-san.
>>
>> Is this helpful to you?
>> http://winpg.jp/~saito/pg_work/OSSP_win32/build-x86-64/
>>
>> Regards,
>> Hiroshi Saito
>>
>> (2011/06/30 1:14), Grace Batumbya wrote:
>>> The installer for windows for 64bit versions of postgresql doesn't
>>> include ossp-uuid.sql.
>>> Does anyone know where or how to get this?
>>>
>>> Thanks
>>> --
>>> *Grace Batumbya*
>>> Research Assistant | Seneca CDOT
>>> Phone: 416-491-5050 x3548
>>> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>>


From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>
Cc: Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>, pgsql-general(at)postgresql(dot)org
Subject: Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-06-30 00:39:40
Message-ID: 4E0BC5CC.8050409@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On 30/06/2011 12:42 AM, Michael Gould wrote:
>
> Grace the ossp-uuid libraries have no make system to create a 64 bit
> version and I guess there are some technical reasons with the
> compiler. You can run them on Linux 64 bit and Windows 32 bit only.
> This is the reason I'd like to see native UUID support built in to the
> datatype.
>
>
Anyone interested in this might want to start here:

http://msdn.microsoft.com/en-us/library/aa379205(v=vs.85).aspx
<http://msdn.microsoft.com/en-us/library/aa379205%28v=vs.85%29.aspx>
http://msdn.microsoft.com/en-us/library/aa379322(v=vs.85).aspx
<http://msdn.microsoft.com/en-us/library/aa379322%28v=vs.85%29.aspx>
http://msdn.microsoft.com/en-us/library/aa379358(v=vs.85).aspx
<http://msdn.microsoft.com/en-us/library/aa379358%28v=vs.85%29.aspx>

I don't use UUIDs and have way too much on my plate alread so I'm not
volunteering for this one.
--
Craig Ringer


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>, Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>, pgsql-general(at)postgresql(dot)org
Subject: Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-06-30 13:04:32
Message-ID: BANLkTikfqWdyza7C6Hcr+QNX5tyS4smKTA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On Thu, Jun 30, 2011 at 02:39, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> wrote:
> On 30/06/2011 12:42 AM, Michael Gould wrote:
>
> Grace the ossp-uuid libraries have no make system to create a 64 bit version
> and I guess there are some technical reasons with the compiler.  You can run
> them on Linux 64 bit and Windows 32 bit only.  This is the reason I'd like
> to see native UUID support built in to the datatype.
>
> Anyone interested in this might want to start here:
>
>   http://msdn.microsoft.com/en-us/library/aa379205(v=vs.85).aspx
>   http://msdn.microsoft.com/en-us/library/aa379322(v=vs.85).aspx
>   http://msdn.microsoft.com/en-us/library/aa379358(v=vs.85).aspx
>
> I don't use UUIDs and have way too much on my plate alread so I'm not
> volunteering for this one.

Yeha, should be fairly easy. Obviously, the module name shouldn't be
ossp-uuid in that case, but a completely separate module. But it
could/should provide a SQL-level compatible interface, of course...

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


From: Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>
To: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
Cc: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-06-30 13:52:59
Message-ID: 4E0C7FBB.2050606@senecac.on.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hey Hiroshi,
Do you have a make file to compile for x64 windows?
May be if that is made available then ossp-uuid for x64 versions will
become standard.

*Grace Batumbya*
Research Assistant | Seneca CDOT
Phone: 416-491-5050 x3548
cdot.senecac.on.ca <http://cdot.senecac.on.ca/>

On 6/29/2011 1:02 PM, Hiroshi Saito wrote:
> Hi.
>
> here is an excuse...
> http://archives.postgresql.org/pgsql-general/2011-06/msg00738.php
>
> Regard,
> Hiroshi Saito
>
> (2011/06/30 1:50), Grace Batumbya wrote:
>> Thanks Hiroshi, that solved the problem.
>> If you do not mind, how did you go about to build ossp-uuid?
>>
>> *Grace Batumbya*
>> Research Assistant | Seneca CDOT
>> Phone: 416-491-5050 x3548
>> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>>
>> On 6/29/2011 12:38 PM, Hiroshi Saito wrote:
>>> Hi Grace-san.
>>>
>>> Is this helpful to you?
>>> http://winpg.jp/~saito/pg_work/OSSP_win32/build-x86-64/
>>>
>>> Regards,
>>> Hiroshi Saito
>>>
>>> (2011/06/30 1:14), Grace Batumbya wrote:
>>>> The installer for windows for 64bit versions of postgresql doesn't
>>>> include ossp-uuid.sql.
>>>> Does anyone know where or how to get this?
>>>>
>>>> Thanks
>>>> --
>>>> *Grace Batumbya*
>>>> Research Assistant | Seneca CDOT
>>>> Phone: 416-491-5050 x3548
>>>> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>>>
>


From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>
Cc: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-06-30 14:46:32
Message-ID: 4E0C8C48.80109@winpg.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi Grace-san.

It is the same as windows.
http://winpg.jp/~saito/pg_work/OSSP_win32/

1. Deployment of tar.gz
2. apply the patch
3. configure and build by Linux or MinGW
4. config.h and win32.mak are set at the head of a source tree.
5. nmake -f win32.mak
It can be used by 32 bits and 64 bits.

Regards,
Hiroshi Saito

(2011/06/30 22:52), Grace Batumbya wrote:
> Hey Hiroshi,
> Do you have a make file to compile for x64 windows?
> May be if that is made available then ossp-uuid for x64 versions will
> become standard.
>
> *Grace Batumbya*
> Research Assistant | Seneca CDOT
> Phone: 416-491-5050 x3548
> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>
> On 6/29/2011 1:02 PM, Hiroshi Saito wrote:
>> Hi.
>>
>> here is an excuse...
>> http://archives.postgresql.org/pgsql-general/2011-06/msg00738.php
>>
>> Regard,
>> Hiroshi Saito
>>
>> (2011/06/30 1:50), Grace Batumbya wrote:
>>> Thanks Hiroshi, that solved the problem.
>>> If you do not mind, how did you go about to build ossp-uuid?
>>>
>>> *Grace Batumbya*
>>> Research Assistant | Seneca CDOT
>>> Phone: 416-491-5050 x3548
>>> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>>>
>>> On 6/29/2011 12:38 PM, Hiroshi Saito wrote:
>>>> Hi Grace-san.
>>>>
>>>> Is this helpful to you?
>>>> http://winpg.jp/~saito/pg_work/OSSP_win32/build-x86-64/
>>>>
>>>> Regards,
>>>> Hiroshi Saito
>>>>
>>>> (2011/06/30 1:14), Grace Batumbya wrote:
>>>>> The installer for windows for 64bit versions of postgresql doesn't
>>>>> include ossp-uuid.sql.
>>>>> Does anyone know where or how to get this?
>>>>>
>>>>> Thanks
>>>>> --
>>>>> *Grace Batumbya*
>>>>> Research Assistant | Seneca CDOT
>>>>> Phone: 416-491-5050 x3548
>>>>> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>>>>
>>


From: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>
To: Hiroshi Saito <hiroshi(at)winpg(dot)jp>, Grace Batumbya <grace(dot)batumbya(at)senecac(dot)on(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Date: 2011-07-03 19:57:39
Message-ID: a3c6a2d15d46a1a460bd65721492c5c7@www.intermodalsoftwaresolutions.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hiroshi,

I've what I believe your saying is the one that is in the contrib directory
now should work fine on Window 64

"Hiroshi Saito" <hiroshi(at)winpg(dot)jp> wrote:
> Hi Grace-san.
>
> It is the same as windows.
> http://winpg.jp/~saito/pg_work/OSSP_win32/
>
> 1. Deployment of tar.gz
> 2. apply the patch
> 3. configure and build by Linux or MinGW
> 4. config.h and win32.mak are set at the head of a source tree.
> 5. nmake -f win32.mak
> It can be used by 32 bits and 64 bits.
>
> Regards,
> Hiroshi Saito
>
> (2011/06/30 22:52), Grace Batumbya wrote:
>> Hey Hiroshi,
>> Do you have a make file to compile for x64 windows?
>> May be if that is made available then ossp-uuid for x64 versions will
>> become standard.
>>
>> *Grace Batumbya*
>> Research Assistant | Seneca CDOT
>> Phone: 416-491-5050 x3548
>> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>>
>> On 6/29/2011 1:02 PM, Hiroshi Saito wrote:
>>> Hi.
>>>
>>> here is an excuse...
>>> http://archives.postgresql.org/pgsql-general/2011-06/msg00738.php
>>>
>>> Regard,
>>> Hiroshi Saito
>>>
>>> (2011/06/30 1:50), Grace Batumbya wrote:
>>>> Thanks Hiroshi, that solved the problem.
>>>> If you do not mind, how did you go about to build ossp-uuid?
>>>>
>>>> *Grace Batumbya*
>>>> Research Assistant | Seneca CDOT
>>>> Phone: 416-491-5050 x3548
>>>> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>>>>
>>>> On 6/29/2011 12:38 PM, Hiroshi Saito wrote:
>>>>> Hi Grace-san.
>>>>>
>>>>> Is this helpful to you?
>>>>> http://winpg.jp/~saito/pg_work/OSSP_win32/build-x86-64/
>>>>>
>>>>> Regards,
>>>>> Hiroshi Saito
>>>>>
>>>>> (2011/06/30 1:14), Grace Batumbya wrote:
>>>>>> The installer for windows for 64bit versions of postgresql doesn't
>>>>>> include ossp-uuid.sql.
>>>>>> Does anyone know where or how to get this?
>>>>>>
>>>>>> Thanks
>>>>>> --
>>>>>> *Grace Batumbya*
>>>>>> Research Assistant | Seneca CDOT
>>>>>> Phone: 416-491-5050 x3548
>>>>>> cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
>>>>>
>>>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

--
Michael Gould, Managing Partner
Intermodal Software Solutions, LLC
904.226.0978
904.592.5250 fax