First released in the mid-1990s, postgresSQL is written in C. Its primary competitors include Oracle DB, SQL Server and MySQL.
This term is also known as Postgres.
PostgresSQL and ingres, an earlier effort, were both developed by a team at the University of California at Berkeley. PostgresSQL did not originally support structured query language (SQL) -- QUEL query language was used until 1994, when SQL support was added. In 1996, the first official open-source software version of PostgresSQL was released.
PostgresSQL supports almost all relational database features and offers a few unusual features that are normally absent in other RDBMS engines. Commonly supported objects include views, stored procedures, indexes, triggers and object-defined data types, in addition to general RDBMS features such as primary keys, foreign key relationships and atomicity.
Certain critical postgresSQL features are similar to Oracle DB and other database engines; such features include the use of concepts like tablespaces, savepoints and point-in-time recovery.
PostgresSQL supports almost all relational database features and offers a few unusual features that are normally absent in other RDBMS engines. Commonly supported objects include views, stored procedures, indexes, triggers and object-defined data types, in addition to general RDBMS features such as primary keys, foreign key relationships and atomicity.
Certain critical postgresSQL features are similar to Oracle DB and other database engines; such features include the use of concepts like tablespaces, savepoints and point-in-time recovery.
0 Comments