Remove createlang line from README, plpgsql is the default in postgres
templates and the createlang command was removed in psql. Noticed by Aisha Tammy.
This commit is contained in:
parent
15372ba266
commit
fc22934bd2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2020/04/19 08:13:59 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2020/07/09 13:07:19 landry Exp $
|
||||
|
||||
COMMENT = CalDAV/CardDav calendar/contacts server
|
||||
|
||||
@ -6,6 +6,7 @@ DISTNAME = davical_1.1.9.3.orig
|
||||
PKGNAME = davical-1.1.9.3
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
CATEGORIES = productivity net
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://www.davical.org/
|
||||
MASTER_SITES = https://www.davical.org/downloads/
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.8 2018/09/04 12:46:20 espie Exp $
|
||||
$OpenBSD: README,v 1.9 2020/07/09 13:07:19 landry Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${PKGSTEM} on OpenBSD
|
||||
@ -15,7 +15,6 @@ createuser -U postgres --pwprompt --no-superuser --no-createdb \
|
||||
createuser -U postgres --pwprompt --no-superuser --no-createdb \
|
||||
--no-createrole davical_app
|
||||
createdb -U postgres -E UTF8 -T template0 -O davical_dba davical
|
||||
createlang -U postgres plpgsql davical
|
||||
|
||||
Let's fill the database using the newly created dba user:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user