On Thu, 2012-02-02 at 08:09 +0100, bonushenricus wrote (on the google group):
I usually use postgresql with postgis extension. With postgis there is a
type named geography, bauble has a problem with the sql installation
because it has a relation with the same name:
"(ProgrammingError) type "geography" already exists
to which @brettatoms answered
It wouldn't really be that much work to change the table name from
"geography" in Bauble but it's a change that would have to wait for a
major release, e.g 1.5 or something. Otherwise it could potentially
screw over lots of other users.
On Thu, 2012-02-02 at 08:09 +0100, bonushenricus wrote (on the google group):
to which @brettatoms answered
which still applies.