Re: created type not found in create table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: created type not found in create table
Дата
Msg-id 796495.1608830724@sss.pgh.pa.us
обсуждение исходный текст
Ответ на created type not found in create table  (Open _ <opensheart@yahoo.com>)
Ответы Re: created type not found in create table
Список pgsql-general
Open _ <opensheart@yahoo.com> writes:
>    CREATE TYPE staffadmin.staff_roll
>        as ENUM ('Not yet defined', 'Everything', 'Sys Admin', 'Developer', 'DBA', 'Security', 'Art & Apperance',
'Support','Manager') ; 
>    CREATE TYPE

> ...

>    psql:/tmp/psql_tmp.5133.sql:16: ERROR:  type "staffadmin.staff_role" does not exist
>    LINE 9:   role           staffadmin.staff_role   NOT null ,
>                             ^


Uh, you didn't spell it that way before.

            regards, tom lane



В списке pgsql-general по дате отправления:

Предыдущее
От: Open _
Дата:
Сообщение: created type not found in create table
Следующее
От: Open _
Дата:
Сообщение: Re: created type not found in create table