Re: [ADMIN] postgres installed via rpms -can't run postmaster or

2003-10-18 Thread Mailing List
On Sat, 2003-10-18 at 22:15, Eric M. Wulff wrote: > This is very helpful. My next problem is setting up a db. createdb fails... > > "psql: FATAL: user "blah" does not exist > createdb: database creation failed" > > The user is either myself or root. Of course, doesn't like root. How > do I

Re: [ADMIN] how to recognise databses

2003-10-20 Thread Mailing List
> we have made 4 databases in postgresql, now we want to know how can be > recognize these database files in /var/lib/pgsql/data/base. Execute this query: select datname, datid from pg_stat_database; Bye, Chris. ---(end of broadcast)--- TIP 6

Re: [ADMIN] help me

2003-10-20 Thread Mailing List
> after login into pgsql through a user, when i try to connect some other > database it always says that permission denied. > what do i do? Read this about pg_hba.conf: http://www.postgresql.org/docs/7.3/static/client-authentication.html And this about DB users: http://www.postgresql.org/docs/7

Re: [ADMIN] Postgresql Memory Problem

2003-10-20 Thread Mailing List
> i've got a problem with the memory that postgresql 7.3.2 used in RedHat 9. > When the memory usage reached 80% or more of the total memory in the > system.. > the memory just keep stuck there..The thing did not reduce bt itself... > > Then i decided to stop the postgresql service. But ...the m

Re: [ADMIN] pgAdmin

2003-11-02 Thread Mailing List
> > How do I uninstall pgAdmin III? Please help > pgAdmin is installed on linux redhat 8. If you used rpm (redhat package manager) to install it, you can uninstall it with: rpm -e pgadmin3 Bye, Chris. ---(end of broadcast)--- TIP 2: you can

[ADMIN] point in time recovery: status?

2003-10-05 Thread Mailing List
g/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly

[ADMIN] Problem with regression testing

1999-09-09 Thread Postgres Mailing List
Hi, I've installed PostgreSQL on a RedHat 6.0 i386 box. The compile and everything seemed to go fine. I'm now logged in as the superuser (postgresql) following the install instructions in the docs. postmaster is indeed running. PGLIB and PGDATA are properly set (PGLIB=/usr/local/pgsql/lib and

[ADMIN] Compiling PostgreSQL 8.0.3 under SCO OpenServer6

2005-08-14 Thread CARLADATA, mailing list
Compiling PostgreSQL 8.0.3 under SCO OpsenServer6 following problems come out:   Unzip the PGSQL-code you get old files of config.guess und config.sub, which occurs an error.   The message of the errors includes a link where you can get the new version of these files, but this link is wrong.