From 2b03fe155494d9d1fbe2cad5d94ed02b96965517 Mon Sep 17 00:00:00 2001 From: Hussain Ali <89142271+hawi19952@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:28:15 +0300 Subject: [PATCH] Add postgresql history page from the official docs (#7010) * Add postgresql history page from the official docs I brief historical view of Postgresql that might introduce new developers to Berkeley Labs to look up the projects from there. * Update src/data/roadmaps/postgresql-dba/content/introduction@lDIy56RyC1XM7IfORsSLD.md --------- Co-authored-by: dsh --- .../content/introduction@lDIy56RyC1XM7IfORsSLD.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/postgresql-dba/content/introduction@lDIy56RyC1XM7IfORsSLD.md b/src/data/roadmaps/postgresql-dba/content/introduction@lDIy56RyC1XM7IfORsSLD.md index bd8a51dcb..b687c0287 100644 --- a/src/data/roadmaps/postgresql-dba/content/introduction@lDIy56RyC1XM7IfORsSLD.md +++ b/src/data/roadmaps/postgresql-dba/content/introduction@lDIy56RyC1XM7IfORsSLD.md @@ -1,3 +1,5 @@ # Introduction to PostgreSQL -PostgreSQL is a powerful, open-source Object-Relational Database Management System (ORDBMS) that is known for its robustness, extensibility, and SQL compliance. It was initially developed at the University of California, Berkeley, in the 1980s and has since become one of the most popular open-source databases in the world. \ No newline at end of file +PostgreSQL is a powerful, open-source Object-Relational Database Management System (ORDBMS) that is known for its robustness, extensibility, and SQL compliance. It was initially developed at the University of California, Berkeley, in the 1980s and has since become one of the most popular open-source databases in the world. + +- [@article@History of POSTGRES to PostgreSQL](https://www.postgresql.org/docs/current/history.html)