Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

Table of Contents

Code Blockpanel

postgres=#

create

database

mft_waarp_gateway;


CREATE

DATABASE


postgres=#

create

user

mft_waarp_gateway_user

with

encrypted

password

'mft_waarp_gateway_password';


CREATE

ROLE


postgres=#

grant

all

privileges

on

database

mft_waarp_gateway

to

mft_waarp_gateway_user;


GRANT