Re: ERROR: Cannot determine geometry type (empty table).

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: ERROR: Cannot determine geometry type (empty table).
Дата
Msg-id 20060223220759.GA54436@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: ERROR: Cannot determine geometry type (empty table).  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-admin
On Thu, Feb 23, 2006 at 02:54:48PM -0700, Michael Fuhr wrote:
> I'd guess you're trying to dump an empty table.

Or maybe you're issuing a query that returns no rows.

% psql -d postgis -c 'select max(gid) from feb3'
 max
-----
   2
(1 row)

% pgsql2shp postgis 'select * from feb3 where gid > 2'
Preparing table for user query... Done.
Initializing... ERROR: Cannot determine geometry type (empty table).

--
Michael Fuhr

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: ERROR: Cannot determine geometry type (empty table).
Следующее
От: Andy Shellam
Дата:
Сообщение: Re: PGPASSWORD