Character Data Type 'Name'

Поиск
Список
Период
Сортировка
От Andy Anderson
Тема Character Data Type 'Name'
Дата
Msg-id A6089029-3A1F-4F47-951C-0D75D8126731@amherst.edu
обсуждение исходный текст
Ответы Re: Character Data Type 'Name'
Список pgsql-general
I'm creating my own table of metadata about other tables in my
database. As such, one column will be the names of those other tables,
and the maximum length of the data in this column would be the allowed
length of an identifier. So one possible data type for this column
would be 'varchar(NAMEDATALEN - 1)'.

However, it would seem to be much simpler to use the special character
type 'name', except that the documentation in section 8.3 warns that
"The 'name' type exists only for storage of identifiers in the
internal system catalogs and is not intended for use by the general
user. "

Is there any real harm in using 'name', though, other than lack of
portability?

-- Andy

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

Предыдущее
От: Viktor Rosenfeld
Дата:
Сообщение: Re: Re: passing a temporary table with more than one column to a stored procedure
Следующее
От: "Dan Armbrust"
Дата:
Сообщение: Deadlock situation?