PGAdmin: type geography does not exist

Поиск
Список
Период
Сортировка
От Tony Shelver
Тема PGAdmin: type geography does not exist
Дата
Msg-id CAG0dhZDdPwhJSSgk_cfzAgx+Simmw_ex_Tw4Hy0xHvLDLmiDRA@mail.gmail.com
обсуждение исходный текст
Ответы Re: PGAdmin: type geography does not exist  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список pgadmin-support
PGadmin4.11
Ubuntu 18.04
Postgresql 11.4

I just tried to create the table below:
CREATE TABLE teleon.to_location (
locn_id serial NOT NULL,
geo_position geography(POINT, 4326) NOT NULL,
upd_time timestamp NOT NULL,
app_src_key char NOT NULL,
CONSTRAINT to_location_pk PRIMARY KEY (locn_id)

I got :
ERROR: type "geography" does not exist LINE 5: geo_position geography(POINT, 4326) NOT NULL, ^ SQL state: 42704 Character: 166

Here is the strange thing: I run this in psql and it works fine.

I also have other tables in the system already defined with geography(POINT, 4326).

This  isn't related to the 'No results in 4.11 Ubuntu thread?

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: import upload file to pgadmin get CSRF error
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: PGAdmin: type geography does not exist