example-pgx5

command module
v0.0.0-...-b2ed670 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2024 License: MIT Imports: 7 Imported by: 0

README

example-pgx5

  • login as database superuser
create role pgx_root;
alter role pgx_root with login;
alter user pgx_root with superuser;
create database pgx owner pgx_root;
  • login as pgx_root
create role pgx_api;
alter role pgx_api with login;
create schema pgx_api authorization pgx_api;
alter role pgx_api set search_path = pgx_api;

create role pgx_api_test;
alter role pgx_api_test with login;
alter role pgx_api_test set search_path = pgx_api_test;

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL