On Saturday 18 March 2006 01:38 pm, Hrishikesh Deshmukh wrote: > The README doesn't talk about what next to do after installation from rpms, > there is no file which talks about in the > /usr/share/doc/packages/postgresql . It only says look at INSTALL file but > there is no install with the rpms!! > > Thanks, > Hrishi > > On 3/18/06, Adrian Klaver <aklaver@xxxxxxxxxxx> wrote: > > On Saturday 18 March 2006 11:44 am, Hrishikesh Deshmukh wrote: > > > Hi All, > > > > > > In downloaded the rpms and installed rpms. > > > Could someone help me what to do next?! > > > The 8.0 documentation talks about installation from source code! > > > > > > Thanks, > > > Hrishi > > > > SuSE puts their documentation for packages under /usr/share/doc/packages. > > Cd > > to this directory and look for sub-directory with postgresql name. There > > should be a README or other documentation in the sub-directory. > > > > -- > > Adrian Klaver > > aklaver@xxxxxxxxxxx > > > > ---------------------------(end of broadcast)--------------------------- > > TIP 3: Have you checked our extensive FAQ? > > > > http://www.postgresql.org/docs/faq I have always installed Postgres from source so I am sailing into uncharted waters here. Looking at the file list of the RPM it looks like most of the setup work has been done. You need to go to /usr/share/postgresql and modify the sample config files (remember to save as without the .sample). Looks like the data directory is /var/lib/pgsql/data. Once you are ready to start run rcpostgresql to start the database. If you want database to run at boot you can enable through YAST under System-->Runlevel Editor. -- Adrian Klaver aklaver@xxxxxxxxxxx