https://github.com/korospace/psql-cheatsheet
https://github.com/korospace/psql-cheatsheet
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/korospace/psql-cheatsheet
- Owner: korospace
- Created: 2021-09-11T04:38:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T10:24:08.000Z (over 3 years ago)
- Last Synced: 2025-06-02T07:44:45.284Z (12 months ago)
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PostgreSQL Cheatsheet
This is my cheatsheet about postgresql syntaxt
Explore the docs »
## Table of Contents
Table of Contents
-
login
-
shortcut
-
create user
-
create database
-
create database
-
change db owner
-
switch database owner
-
change password
-
change user privilege
DDL (Data Definition Language)
- schema
- create table
- drop table
- alter table
- constraint
- drop constraint
- auto increment
- unique identifier