CREATE USER
  • References/Database/PostgreSQL/Commands

NameCREATE USER -- define a new database role Synopsis

2025-01-10 15:47:30
postmaster
  • References/Database/PostgreSQL/Applications

Namepostmaster -- PostgreSQL database server

2025-01-10 15:47:30
dropdb
  • References/Database/PostgreSQL/Applications

Namedropdb -- remove a PostgreSQL database Synopsis

2025-01-10 15:47:30
Locking and Indexes
  • References/Database/PostgreSQL/Concurrency Control

Though PostgreSQL provides nonblocking read/write access to table data, nonblocking read/write access is not currently offered for every index

2025-01-10 15:47:30
DROP TRANSFORM
  • References/Database/PostgreSQL/Commands

NameDROP TRANSFORM -- remove a transform Synopsis

2025-01-10 15:47:30
ALTER RULE
  • References/Database/PostgreSQL/Commands

NameALTER RULE -- change the definition of a rule Synopsis

2025-01-10 15:47:30
3.
  • References/Database/PostgreSQL/Tutorial/The SQL Language

You can create a new table by specifying the table name, along with all column names and their types:

2025-01-10 15:47:30
pgrowlocks
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The pgrowlocks module provides a function to show row locking information for a specified table.

2025-01-10 15:47:30
Managing Databases
  • References/Database/PostgreSQL/Managing Databases

A database is a named collection of SQL objects ("database objects"). Generally, every database object (tables

2025-01-10 15:47:30
ALTER OPERATOR FAMILY
  • References/Database/PostgreSQL/Commands

NameALTER OPERATOR FAMILY -- change the definition of an operator family Synopsis

2025-01-10 15:47:30