Search
You can find the results of your search below.
Fulltext results:
- postgres
- ianoauth; DROP USER IF EXISTS gianoauth; </code> create role gianoauth <code> CREATE USER gianoauth WITH ENCRYPTED PASSWORD 'xxx' LOGIN NOSUPERUSER INHER... TEDB NOCREATEROLE NOREPLICATION; </code> ... create database and schemas ... grant operations on sch... DATABASE giano SET search_path TO auth; </code> create superuser <admin> with password <code> createuser