Problem with geometry column - Postgres
iliasmachairas
FREEOP

7 months ago

I am trying to load (restore) a postgres schema from a database that I have created locally. I want to upload it on railway. The problem is reated to a column about geometry (polygon). It does not recognize this type of column.

What could I do with it?

Kind regards,

Ilias

$10 Bounty

3 Replies

Railway
BOT

7 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


iliasmachairas
FREEOP

7 months ago

No, they did not help


brody
EMPLOYEE

7 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 7 months ago


phoenixauro
HOBBY

7 months ago

geometry requires PostGIS a Postgres extension for geospatial data.
You need to use the PostGIS template instead of the normal postgres template for this to work


Loading...