More on Order by

Поиск
Список
Период
Сортировка
От lsunley@mb.sympatico.ca
Тема More on Order by
Дата
Msg-id 0I9C0092UL2I9P@l-daemon
обсуждение исходный текст
Ответы Re: More on Order by
Список pgsql-hackers
Hi All

I have discovered that when I use a table like this

create table whois (acol name);

and insert a few rows, the order by clause works correctly.

I dug into the database init stuff to find that the table pg_class column
relname is where the pg_tables column tablename comes from. That column is
defined as a 'name' datatype.

So what is difference between a "name" and a char(10)???

Lorne

-- 
-----------------------------------------------------------
lsunley@mb.sympatico.ca
-----------------------------------------------------------



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Where do pg_hba.conf include files live?
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: More on Order by