<br><br><div class="gmail_quote">On Sun, Dec 28, 2008 at 2:39 PM, Peter Boy <span dir="ltr"><<a href="mailto:pboy@barkhof.uni-bremen.de">pboy@barkhof.uni-bremen.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Am Sonntag, den 28.12.2008, 14:10 +0100 schrieb Alain Roger:<br>
<div class="Ih2E3d">> using the GUI version of add/remove software from F10 under Gnome i<br>
> tried to install postgresql 8.3.5.<br>
> i can see the client and server package are checked in this GUI<br>
> version, but i do not find any folder where it is installed.<br>
<br>
</div>Open a terminal window and execute:<br>
<br>
rpm --qa  |  grep  postgres<br>
<br>
you will get a list of postgresql packages<br>
<div class="Ih2E3d"><br>
<br>
> basically the postgresql.conf file is located somewhere after<br>
> installation...but in my case is nowhere :-(<br>
<br>
</div>With root permission please execute:<br>
<br>
   service  postgresql  start<br>
<br>
During the first startup all necessary files are created<br>
(in /var/lib/pgsql/data).<br>
<br>
You may then check the configuration and modify it according to your<br>
needs.<br>
<br>
Execute a service postgresql restart after any modification.<br>
<br>
Dont't forget a "chkconfig  postgresql on" (or use the gui in system -A<br>
administration -> services) if you wish to start postgresql<br>
automatically at boot.<br>
<br>
<br>
> what's wrong ?<br>
<br>
nothing at all<br>
<div class="Ih2E3d"><br>
> is anything OK in F10 regarding PostgreSQL installation ?<br>
<br>
</div>yes<br>
<div class="Ih2E3d"><br>
<br>
> if i download the bin file from <a href="http://www.postgresql.org" target="_blank">www.postgresql.org</a> page, installation<br>
> works perfectly,<br>
<br>
</div>bad idea<br>
<br>
<br>
Peter<br>
<font color="#888888"><br>
</font></blockquote></div><br>thanks a lot Peter, it works like a charm :-)<br>