Jump to content

Recommended Posts

Posted

I want to remote access and enabled postgis extension on my postgresql database

My database is

 

db_username : hiruma_hito

db_name : hiruma_monitor

db_server : ricky

 

Thank you

 

  • 2 weeks later...
Posted (edited)

can you ran command :

 

ALTER TABLE spatial_ref_sys OWNER TO hiruma_hito

 

or this command :

 

GRANT ALL ON TABLE spatial_ref_sys TO hiruma_monitor

 

I need a query that use spatial_ref_sys table to do, so everytime the query executed, it will fail

Edited by darkdest
Guest
This topic is now closed to further replies.
×
×
  • Create New...