Edit

IABSD.fr/ports/misc/portroach/patches/patch-portroach_pod

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-11 14:45:35
    Hash : c7ecc66c
    Message : fix postgres instructions by allowing the portroach user to own its own db. Thanks jeremy@

  • misc/portroach/patches/patch-portroach_pod
  • Index: portroach.pod
    --- portroach.pod.orig
    +++ portroach.pod
    @@ -61,7 +61,7 @@ The recommended database backend is PostgreSQL.
     Create database:
     
         # createuser -U postgres -P portroach
    -    # createdb -U postgres portroach
    +    # createdb -U postgres -O portroach portroach
     
     Execute the included F<pgsql_init.sql> script via C<psql>: