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

Started by Grace Batumbyaalmost 15 years ago11 messagesgeneral
Jump to latest
#1Grace Batumbya
grace.batumbya@senecac.on.ca

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/&gt;

#2Hiroshi Saito
z-saito@guitar.ocn.ne.jp
In reply to: Grace Batumbya (#1)
Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

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:

Show quoted text

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/&gt;

#3Michael Gould
mgould@intermodalsoftwaresolutions.net
In reply to: Grace Batumbya (#1)
Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

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.batumbya@senecac.on.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/&quot; target="_blank">cdot.senecac.on.ca</a>

 

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

#4Michael Gould
mgould@intermodalsoftwaresolutions.net
In reply to: Hiroshi Saito (#2)
Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

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

Mike Gould

"Hiroshi Saito" <hiroshi@winpg.jp> wrote:

Show quoted text

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/&gt;

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#5Grace Batumbya
grace.batumbya@senecac.on.ca
In reply to: Hiroshi Saito (#2)
Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

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/&gt;

Show quoted text

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/&gt;

#6Hiroshi Saito
z-saito@guitar.ocn.ne.jp
In reply to: Grace Batumbya (#5)
Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

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:

Show quoted text

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/&gt;

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/&gt;

#7Craig Ringer
craig@2ndquadrant.com
In reply to: Michael Gould (#3)
Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

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&gt;
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&gt;
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&gt;

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

#8Magnus Hagander
magnus@hagander.net
In reply to: Craig Ringer (#7)
Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

On Thu, Jun 30, 2011 at 02:39, Craig Ringer <craig@postnewspapers.com.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/

#9Grace Batumbya
grace.batumbya@senecac.on.ca
In reply to: Hiroshi Saito (#6)
Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

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/&gt;

Show quoted text

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/&gt;

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/&gt;

#10Hiroshi Saito
z-saito@guitar.ocn.ne.jp
In reply to: Grace Batumbya (#9)
Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

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:

Show quoted text

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/&gt;

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/&gt;

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/&gt;

#11Michael Gould
mgould@intermodalsoftwaresolutions.net
In reply to: Hiroshi Saito (#10)
Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64

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@winpg.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/&gt;

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/&gt;

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/&gt;

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.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