Skip to content

POINT data type doesn't exist? #122737

Answered by yuzefovich
sergeda asked this question in Q&A
Discussion options

You must be logged in to vote

IIUC POINT type is a concrete implementation of GEOMETRY type, so you need to specify something like "location" GEOMETRY NOT NULL and then you can insert values like POINT(0 0)'::GEOMETRY into that column.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sergeda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants