Re: Problem migrating from 8.0.3 to 8.2.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Anton Pikhteryev" <apikhteryev(at)sandvine(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problem migrating from 8.0.3 to 8.2.3
Date: 2007-03-16 19:34:14
Message-ID: 9806.1174073654@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Anton Pikhteryev" <apikhteryev(at)sandvine(dot)com> writes:
> There is that part and doesn't have any errors:
> CREATE TABLE clap_file_info (
> fileid integer DEFAULT
> nextval('public.clap_file_info_fileid_seq'::text) NOT NULL,
> filename text NOT NULL,
> created timestamp with time zone DEFAULT ('now'::text)::timestamp(6)
> with time zone NOT NULL,
> "owner" valid_user NOT NULL
> );

What is a valid_user? (No, I don't want \dT output, I want the
definition of the type.)

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Karthikeyan Sundaram 2007-03-19 05:38:05 create view with check option
Previous Message Anton Pikhteryev 2007-03-16 17:36:13 Re: Problem migrating from 8.0.3 to 8.2.3