From jd at commandprompt.com Sat Sep 13 00:55:09 2008 From: jd at commandprompt.com (Joshua Drake) Date: Fri, 12 Sep 2008 17:55:09 -0700 Subject: [database] Status? Message-ID: <20080912175509.7ce9cf57@jd-laptop> Hello, It has been mighty quiet. What's up? Sincerely, Joshua D. Drake -- The PostgreSQL Company since 1997: http://www.commandprompt.com/ PostgreSQL Community Conference: http://www.postgresqlconference.org/ United States PostgreSQL Association: http://www.postgresql.us/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate From larry at garfieldtech.com Sat Sep 13 02:22:45 2008 From: larry at garfieldtech.com (Larry Garfield) Date: Fri, 12 Sep 2008 21:22:45 -0500 Subject: [database] Status? In-Reply-To: <20080912175509.7ce9cf57@jd-laptop> References: <20080912175509.7ce9cf57@jd-laptop> Message-ID: <200809122122.45757.larry@garfieldtech.com> On Friday 12 September 2008 7:55:09 pm Joshua Drake wrote: > Hello, > > It has been mighty quiet. What's up? > > Sincerely, > > Joshua D. Drake Well, you missed all the fun: http://www.garfieldtech.com/blog/database-tng-lands There's a lot of follow-up work to do now. In particular, we could use help on a couple Postgres-related issues: http://drupal.org/node/301036 http://drupal.org/node/256001 http://drupal.org/node/257006 Your input would be appreciated. -- Larry Garfield larry at garfieldtech.com From jd at commandprompt.com Wed Sep 17 18:35:52 2008 From: jd at commandprompt.com (Joshua Drake) Date: Wed, 17 Sep 2008 11:35:52 -0700 Subject: [database] Status? In-Reply-To: <200809122122.45757.larry@garfieldtech.com> References: <20080912175509.7ce9cf57@jd-laptop> <200809122122.45757.larry@garfieldtech.com> Message-ID: <20080917113552.1fd2f2e3@jd-laptop> On Fri, 12 Sep 2008 21:22:45 -0500 Larry Garfield wrote: > http://drupal.org/node/257006 > > Your input would be appreciated. I need to understand why you are using these "unsigned" types in the first place. However I would certainly use a check constraint over a domain if the only purpose of the domain is the check constraint. Joshua D. Drake -- The PostgreSQL Company since 1997: http://www.commandprompt.com/ PostgreSQL Community Conference: http://www.postgresqlconference.org/ United States PostgreSQL Association: http://www.postgresql.us/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate From larry at garfieldtech.com Wed Sep 17 22:14:02 2008 From: larry at garfieldtech.com (Larry Garfield) Date: Wed, 17 Sep 2008 17:14:02 -0500 Subject: [database] =?utf-8?q?Status=3F?= In-Reply-To: <20080917113552.1fd2f2e3@jd-laptop> References: <20080917113552.1fd2f2e3@jd-laptop> Message-ID: On Wed, 17 Sep 2008 11:35:52 -0700, Joshua Drake wrote: > On Fri, 12 Sep 2008 21:22:45 -0500 > Larry Garfield wrote: > >> http://drupal.org/node/257006 >> >> Your input would be appreciated. > > I need to understand why you are using these "unsigned" types in the > first place. However I would certainly use a check constraint over a > domain if the only purpose of the domain is the check constraint. > > Joshua D. Drake Frankly, I have no idea. I've never worked with Postgres, in Drupal or otherwise. Best place to ask is probably on that issue, and see if anyone responds. --Larry Garfield From jd at commandprompt.com Wed Sep 17 22:41:41 2008 From: jd at commandprompt.com (Joshua Drake) Date: Wed, 17 Sep 2008 15:41:41 -0700 Subject: [database] Status? In-Reply-To: References: <20080917113552.1fd2f2e3@jd-laptop> Message-ID: <20080917154141.44532a11@jd-laptop> On Wed, 17 Sep 2008 17:14:02 -0500 Larry Garfield wrote: > > On Wed, 17 Sep 2008 11:35:52 -0700, Joshua Drake > wrote: > > On Fri, 12 Sep 2008 21:22:45 -0500 > > Larry Garfield wrote: > > > >> http://drupal.org/node/257006 > >> > >> Your input would be appreciated. > > > > I need to understand why you are using these "unsigned" types in the > > first place. However I would certainly use a check constraint over a > > domain if the only purpose of the domain is the check constraint. > > > > Joshua D. Drake > > Frankly, I have no idea. I've never worked with Postgres, in Drupal > or otherwise. Best place to ask is probably on that issue, and see > if anyone responds. My point was, PostgreSQL doesn't have unsigned types. I was curious about the requirement from Drupal. I can ask on the ticket I guess. Joshua D. Drake > > --Larry Garfield > -- The PostgreSQL Company since 1997: http://www.commandprompt.com/ PostgreSQL Community Conference: http://www.postgresqlconference.org/ United States PostgreSQL Association: http://www.postgresql.us/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate