Re: [HACKERS] Full GUID support

2011-07-04 Thread Michael Gould
Dave,

This is wonderful news.

Best Regards

Michael Gould




Dave Page dp...@pgadmin.org wrote:
 Should be in 9.0.5/9.1b3
 
 On Sunday, July 3, 2011, Michael Gould
 mgo...@intermodalsoftwaresolutions.net wrote:
  Does this look to be something that will surface around for 9.1
 
  Sent from Samsung mobile
 
  Dave Page dp...@pgadmin.org wrote:
 
 On Sunday, July 3, 2011, Michael Gould
 mgo...@intermodalsoftwaresolutions.net wrote:
  Peter,
 
  I don't believe that the library that the contrib
 module runs with can run
  on Window 64 bit servers or even Windows 7 64 bit.
 That is problem as most
  shops are using 64 bit OS and if Window the contrib module is
 going to fail.
   Taking the responsibility to handle this internally
 means that you can
  write your own implementation not based on a libary
 that can't handle
  Windows 64 bit.
 
 The next release of the installers will, now that we have a 64 Windows
 port of ossp-uuid.
 
 Even If that weren't the case, integrating the type wouldn't fix the
 problem anyway, unless you're suggesting we implement our own UUID
 generator (which isn't nearly as straightforward as it might seem, as
 I understand it)..
 
 --
 Dave Page
 Blog: http://pgsnake.blogspot.com
 Twitter: @pgsnake
 
 EnterpriseDB UK: http://www.enterprisedb.com
 The Enterprise PostgreSQL Company
 
 --
 Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
 To make changes to your subscription:
 http://www.postgresql.org/mailpref/pgsql-hackers
 
 
 -- 
 Dave Page
 Blog: http://pgsnake.blogspot.com
 Twitter: @pgsnake
 
 EnterpriseDB UK: http://www.enterprisedb.com
 The Enterprise PostgreSQL Company
 
 -- 
 Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
 To make changes to your subscription:
 http://www.postgresql.org/mailpref/pgsql-hackers
 

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



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


[HACKERS] Problem installing odbc and .Net drivers on Windows 7 64 Ultimate

2011-07-04 Thread Michael Gould
I am getting the following error when I run the install from stackbuilder.


Error trying to install file destination ${installdir} resolves to empty
value.


 


Does anyone know what might be causing this and how I can fix it.


 


Best Regards


Michael Gould




[HACKERS] Full GUID support

2011-07-03 Thread Michael Gould
I would like to request that full support for the UUID data type can added. 
I think that even though there is a contrib module, since this is a standard
datatype that Postgres ought to be the one actually assigning the value.


Best Regards


Michael Gould


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



Re: [HACKERS] Full GUID support

2011-07-03 Thread Michael Gould
Peter,

I don't believe that the library that the contrib module runs with can run
on Window 64 bit servers or even Windows 7 64 bit.  That is problem as most
shops are using 64 bit OS and if Window the contrib module is going to fail.
 Taking the responsibility to handle this internally means that you can
write your own implementation not based on a libary that can't handle
Windows 64 bit.

Best Regards

Michael Gould




Peter Eisentraut wrote:
 On sön, 2011-07-03 at 13:42 -0500, Michael Gould wrote:
 I would like to request that full support for the UUID data type can
added. 
 I think that even though there is a contrib module, since this is a
standard
 datatype that Postgres ought to be the one actually assigning the value.
 
 What difference would that make?  In 9.1, you can easily load the
 required extension, and there'd be no difference from a built-in
 variant.
 
 
 
 -- 
 Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
 To make changes to your subscription:
 http://www.postgresql.org/mailpref/pgsql-hackers
 

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



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


Re: [HACKERS] Full GUID support

2011-07-03 Thread Michael Gould
Does this look to be something that will surface around for 9.1

Sent from Samsung mobile

Dave Page dp...@pgadmin.org wrote:

On Sunday, July 3, 2011, Michael Gould
mgo...@intermodalsoftwaresolutions.net wrote:
gt; Peter,
gt;
gt; I don't believe that the library that the contrib module runs with can run
gt; on Window 64 bit servers or even Windows 7 64 bit.  That is problem as 
most
gt; shops are using 64 bit OS and if Window the contrib module is
going to fail.
gt;  Taking the responsibility to handle this internally means that you can
gt; write your own implementation not based on a libary that can't handle
gt; Windows 64 bit.

The next release of the installers will, now that we have a 64 Windows
port of ossp-uuid.

Even If that weren't the case, integrating the type wouldn't fix the
problem anyway, unless you're suggesting we implement our own UUID
generator (which isn't nearly as straightforward as it might seem, as
I understand it)..

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

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


[HACKERS] Disable and enable of table and column constraints

2009-09-08 Thread Michael Gould
It would be nice if we could enable and disable column and table
constraints.  I believe that you can do this in Oracle but this is very
handy for testing stored procedures and other external processes.

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



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


Re: [HACKERS] When is a record NULL?

2009-07-24 Thread Michael Gould
Does this also apply at the column level?  

  In Postgres is   If column IS NOT NULL or If column IS NULL?  Do all
columns in the record have to be NULL to have IF column IS NULL = true?

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



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