Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

PostgreSQL UnderStanding Of Objects

  • A PostgreSQL database cluster contains one or more named databases. 
  • Users and groups of users are shared across the entire cluster and tablespace, but no other data is shared across databases. 
  • Any given client connection to the server can access only the data in a single database, the one specified in the connection request. 
  • Furthermore, database is collection of database objects such as schema, which contains table, view, sequence, functions and other database objects.
  • A database cluster is a collection of databases that is stored at a common file system location (the "data area"). Or A database cluster is a collection of databases that are managed by a single server instance. 
  • It is possible to have multiple database clusters so long as they use different data areas and different communication ports. One postmaster and port per cluster. Accessed from a single “Data Directory”.
  • A database is a named collection of SQL objects (table , function, etc).
Pg_database
A database is a collection of schemas and the schemas contain the tables functions, etc.

Comments

Popular posts from this blog

Pgbadger Feature In Postgresql

ERROR: operator does not exist: text ->> unknown LINE 1: ...stomer' as customer_name,sales_info ->>'PRODUCTS' ->>'produc... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.

rman interview and scenario based questions and answer and also rman(backup and recovery) discussions panel

PostgreSQL Enterprise Manager - PEM Monitoring Tools

VMWARE WORKSTATION 3,4,5,6,7,8,9,10,11,12,14,15...etc LICENSE KEYS COLLECTION