Re: about data type id

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: about data type id
Дата
Msg-id GNELIHDDFBOCMGBFGEFOCEMDCEAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на about data type id  ("Jinqiang Han" <postgresql@db.pku.edu.cn>)
Ответы Re: about data type id  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi Jinqiang,

Try:  SELECT oid FROM pg_type WHERE typname='text';

You can always make that into a function.

Chris

> -----Original Message-----
> From: pgsql-hackers-owner@postgresql.org 
> [mailto:pgsql-hackers-owner@postgresql.org]On Behalf Of Jinqiang Han
> Sent: Tuesday, 24 December 2002 10:00 AM
> To: pgsql-hackers@postgresql.org
> Subject: [HACKERS] about data type id 
> 
> 
> hello,
> Is there a function that I can get type id from type name, such 
> as from 'text' to 25, 'int' to 23. 
> thanks in advance.
> Jinqiang Han
> 
> 
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
> 
> http://archives.postgresql.org
> 



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

Предыдущее
От: "Jinqiang Han"
Дата:
Сообщение: about data type id
Следующее
От: Tom Lane
Дата:
Сообщение: Re: about data type id