Re: Where find the Mac OS X Client binaries of pqsql ?

From: rrp <rrp(at)wanadoo(dot)fr>
To: pgsql-ports(at)postgresql(dot)org
Subject: Re: Where find the Mac OS X Client binaries of pqsql ?
Date: 2001-08-10 21:50:36
Message-ID: 3b7457423ca9268d@amyris.wanadoo.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


Hello (again),

Second day:
Free the root access (thanks Scott Ribe)
[localhost:/usr/local] rraph% su
make install KO first try (?)
make install OK
Launch "Utilisateurs" of System Preferences, "Users" panel in french
Create user postgres (not X admin but not unprivileged account) because
adduser do not work
...
[localhost:~] postgres% /usr/local/pgsql/bin/postmaster -D
/usr/local/pgsql/data

DEBUG: database system was shut down at 2001-08-08 20:20:04 CEST
DEBUG: CheckPoint record at (0, 1522064)
DEBUG: Redo record at (0, 1522064); Undo record at (0, 0); Shutdown TRUE
DEBUG: NextTransactionId: 615; NextOid: 18720
DEBUG: database system is in production state

OK It's works now! psql works !

So, now, may i use this like on FreeBSD in file /etc/rc.local ?

if [ -x /usr/local/pgsql/bin/pg_ctl -a -x
/usr/local/pgsql/bin/postmaster ]; then
su - -c '/usr/local/pgsql/bin/pg_ctl start -l /var/postgresql/log
-s' postgres
echo -n ' postgresql'
fi

Did someone try pgSQL + apache + PHP 4.0 ?

At the end of the INSTALL file, i see:

MacOS X PPC 7.1 2000-12-11,
Peter Bierman Darwin (only) (<bierman(at)apple(dot)com>), 2000-12-11,
Beta-2 or higher
Daniel Luke (<dluke(at)geeklair(dot)net>)

So I do not understand why there is Mac OS X distribution of pgSQL !

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2001-08-13 15:01:20 Re: bigint on Linux PPC
Previous Message Jerry Seutter 2001-08-10 20:12:31 [RPM] Possible problem with package postgresql-libs-7.1.2-5PGDG?