<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:8pt">Hi,<br><br>i have installed postgis on postgresql and everything seems to working fine.<br>At the moment I uploading tables through shp2psql and this is working too.<br><br>I would now like to edit the data from remote pcs. I have experience using various open source gis software e.g Jump, QGIS, svSIG, Udig etc but I cannot edit and commit changed through these gis systems.<br><br>My system is Ubuntu 8.04.<br>postgresql is version 8.3 / postgresql-8.3-postgis<br><br>I installed postgis as sudo...therefore the installation folder is owned by root<br><br>cd .. /usr/share/postgresql<br>drwxr-xr-x  6 root root 4096 2011-01-25 15:22 8.3<br><br>I have created a user called geoserver for gis work<br><br><code>sudo -u postgres -i<br>
createuser geoserver<br>
createdb -E UTF8 -O geoserver gis<br><br><br>and then created the language...<br><br>
createlang plpgsql gis<br>
</code><br><br>I was following these instructions by the way. <br><span><a target="_blank" href="http://weait.com/content/build-your-own-openstreetmap-server-v1">http://weait.com/content/build-your-own-openstreetmap-server-v1</a></span><br><br><br>So...as far as I can see, I have a working installation of postgresql with postgis isntalled. I can log in to postgresql with pgadmin3 and see my gis db which is spatially enabled with the postgis functions. Fantastic!<br><br>I uploaded a shp and even loaded it into geoserver which displayed it perfectly.<br><br>so...Now I want to edit the data.......<br><br>Question:<br>1. does user geoserver have editing permission? How can I find out?<br>2. is postgres a user account on ubuntu or just the login name for the db?...When I look in my /home folder on ubuntu there is no folder there called postgres so I guess no!?!?<br>3. Why canīt I just log in through any of the software mentioned above and edit? <br><br><br>I
 would be grateful for any pointers...<br><br>thanks,<br><br>Robert Buckley<br><br><br><br><div><br></div>
</div><br></body></html>