Re: Meta Information about columns of a domain datatype ?

From: "j(dot)random(dot)programmer" <javadesigner(at)yahoo(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Meta Information about columns of a domain datatype ?
Date: 2006-06-19 17:38:58
Message-ID: 20060619173858.42206.qmail@web32006.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> I couldn't find this in the archives. Do you have a
> link?

Here it is:

http://archives.postgresql.org/pgsql-jdbc/2004-12/msg00008.php

> How would you expect domain info to be returned via
> the metadata interfaces?

I don't know :-)

You and Kris figure it out.

:-)

But it's not a show-stopper if it's too hard to do.

I worked around this by telling Datanamic Dezign (my
modelling tool) to not write out the domain
information seperately and if a column
uses a domain, then create that column with the
underlying
type that the domain uses (as opposed to the domain
itself).

Best regards,
--j

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Maya Nigrosh 2006-06-19 17:40:10 moving to java 1.6
Previous Message Dave Cramer 2006-06-19 16:55:46 statement caching proof of concept