What is the name pseudo column

Поиск
Список
Период
Сортировка
От Jack Christensen
Тема What is the name pseudo column
Дата
Msg-id 4D091C1E.2040607@hylesanderson.edu
обсуждение исходный текст
Ответы Re: What is the name pseudo column  (David Fetter <david@fetter.org>)
Список pgsql-general
I was just surprised when accidentally selecting a non-existent name
column there was no error -- instead something came back.

select accounts.name from accounts limit 1 ->
(1,65522,1,0.00,,"2010-07-22 09:57:26.281172-05",2)

It appears it tries to return the entire row in an array (but longer
rows get truncated).

I've searched Google and the PG docs but I haven't had any luck.

--
Jack Christensen
jackc@hylesanderson.edu


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

Предыдущее
От: "Andrus Moor"
Дата:
Сообщение: Re: How to restore from backup to 8.4.3 server using 9.0 dump/restore
Следующее
От: Radosław Smogura
Дата:
Сообщение: Re: Changing table owner to db owner.