Re: [GENERAL] timestamp to int

2001-06-30 Thread Tomas Berndtsson
will trillich <[EMAIL PROTECTED]> writes: > On Tue, Jun 26, 2001 at 09:22:25PM +0200, Tomas Berndtsson wrote: > > Is there a way to do it the other way around, from an integer to a > > timestamp? > > of course not. don't be silly. > > certainly not date_part or to_char or to_date. they're not >

Re: [GENERAL] User defined type with text* field

2001-06-30 Thread Tom Lane
Ken K <[EMAIL PROTECTED]> writes: > I am trying to create a user defined type with 2 fields > in it, a text* and an Oid. I am not sure what size to > use in the create type command. When I try variable > the back end core dumps. Are there any examples for > doing this sort of thing? Is it even d