Re: Where are user-defined types stored/viewed

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Where are user-defined types stored/viewed
Дата
Msg-id 200309291424.24647.dev@archonet.com
обсуждение исходный текст
Ответ на Where are user-defined types stored/viewed  (<btober@seaworthysys.com>)
Ответы Re: Where are user-defined types stored/viewed  (<btober@seaworthysys.com>)
Список pgsql-general
On Monday 29 September 2003 13:35, btober@seaworthysys.com wrote:
> After I execute a command like
>
> CREATE TYPE employee_wage_journal_sum AS (supplier_pk integer,
>         employee_pk integer,
>         hourly_dollars double precision,
>         annual_dollars double precision);
>
> where does this definition get stored, and what query can I run to get
> teh definition back as output?
>
> I don't see the new type show up anywhere in pgAdminII.

In psql:
\d emplokee_wage_journal_sum

If you start psql with -E it will show you the query it uses to show this too.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Time problem again?
Следующее
От: Horak Daniel
Дата:
Сообщение: Re: CASE tools