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

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

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

How to Configuration UDEV SCSI Rules In Oracle Linux 5, 6 and 7

Top 10 Highest Paying URL Shortener Companies - Best URL Shorteners To Earn Fast

Linux ctime,mtime,atime,cmin,amin,mmin