Fix a typo in the server README.OpenBSD file.

Noticed by Ingo Schwarze <schwarze@usta.de>.
This commit is contained in:
mbalmer 2007-06-07 20:39:51 +00:00
parent 2b3537d3ea
commit a02d138551
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.108 2007/05/18 16:21:30 mbalmer Exp $
# $OpenBSD: Makefile,v 1.109 2007/06/07 20:39:51 mbalmer Exp $
COMMENT-main= "PostgreSQL RDBMS (client)"
COMMENT-server= "PostgreSQL RDBMS (server)"
@ -8,7 +8,7 @@ COMMENT-contrib="PostgreSQL RDBMS contributions"
VERSION= 8.2.4
DISTNAME= postgresql-${VERSION}
PKGNAME-main= postgresql-client-${VERSION}
PKGNAME-server= postgresql-server-${VERSION}p1
PKGNAME-server= postgresql-server-${VERSION}p2
PKGNAME-docs= postgresql-docs-${VERSION}
PKGNAME-contrib=postgresql-contrib-${VERSION}

View File

@ -1,7 +1,7 @@
Using PostgreSQL in an OpenBSD environment
At least two different accounts are involved when working with PostgreSQL:
One is an OpenBSD userid, '_posgresql', which is used as the userid of files
One is an OpenBSD userid, '_postgresql', which is used as the userid of files
that are part of PostgreSQL. The other, usually named 'postgres', is not an
OpenBSD userid, i.e. you will not find it in /etc/passwd, but an account
internal to the database system. The 'postgres' account is called the dba