Re: How do I...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How do I...
Дата
Msg-id 2608.986165472@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How do I...  (Paul Tomblin <ptomblin@xcski.com>)
Список pgsql-general
Paul Tomblin <ptomblin@xcski.com> writes:
> Oh, and if I try and cast them both to varchar, the thing freaks out:

>     waypoint=> select b.id, a.icao,a.faa_host_id from dafif_arpt a, waypoint b
>     where b.id::varchar = a.icao::varchar;
>     pqReadData() -- backend closed the channel unexpectedly.
>             This probably means the backend terminated abnormally
>             before or while processing the request.

What in the world...!?

What version are you running?  What is the full schema for both tables?
("pg_dump -s -t tablename dbname" is the best way to get the complete
schema info.)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: another index question
Следующее
От: Mike Mascari
Дата:
Сообщение: RE: Can I get the default value for an attribute (field) ?