Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nosrednawall/82dcd9902fb3414f1921f4703c44a058 to your computer and use it in GitHub Desktop.

Select an option

Save nosrednawall/82dcd9902fb3414f1921f4703c44a058 to your computer and use it in GitHub Desktop.
Comandos utilizados na criação das tabelas do projeto code simatic

Criação das tabelas

create database code_simatic_dados_maquina with owner anderson;

Alterar permissoes

GRANT ALL PRIVILEGES ON DATABASE code_simatic_dados_maquina TO anderson;

Comandos avulsos

\c code_simatic_dados_maquina
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment