Skip to content

Commit 4b97ce2

Browse files
Update postgres.json
1 parent 6f91f30 commit 4b97ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/postgres.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "Database",
3-
"description": "PostgreSQL, often simply "Postgres", is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data, securely and supporting best practices, and retrieve it later, as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet). It can handle workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users. Recent versions also provide replication of the database itself for security and scalability.",
3+
"description": "PostgreSQL, often simply \"Postgres\", is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data, securely and supporting best practices, and retrieve it later, as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet). It can handle workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users. Recent versions also provide replication of the database itself for security and scalability.",
44
"additional_info": {
55
"imageName": "postgres",
66
"ports": [{"port":5432,"type":"tcp"}],
@@ -9,4 +9,4 @@
99
"versions": [{
1010
"version": "2.1.1-alpine"
1111
}]
12-
}
12+
}

0 commit comments

Comments
 (0)