Skip to content

Commit af10fea

Browse files
committedJan 22, 2025·
Make more use of postgres as it's one of our marks.
1 parent 7182b96 commit af10fea

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

Diff for: ‎templates/pages/download/macosx.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2>Interactive installer by EDB</h2>
1010

1111
<p>
1212
<a href="https://www.enterprisedb.com/downloads/postgres-postgresql-downloads"> Download the installer</a>
13-
certified by EDB for all supported PostgreSQL versions.
13+
certified by EDB for all supported Postgres versions.
1414
</p>
1515

1616
<p>
@@ -24,7 +24,7 @@ <h2>Interactive installer by EDB</h2>
2424
</p>
2525

2626
<ul>
27-
<li>The PostgreSQL server</li>
27+
<li>The Postgres server</li>
2828
<li>pgAdmin, a graphical tool for managing and developing your databases</li>
2929
<li>StackBuilder, a package manager for downloading and installing
3030
additional PostgreSQL tools and drivers. Stackbuilder includes management,
@@ -47,7 +47,7 @@ <h2>Interactive installer by EDB</h2>
4747
Advanced users can also download a
4848
<a href="https://www.enterprisedb.com/download-postgresql-binaries">zip archive</a>
4949
of the binaries, without the installer.
50-
This download is intended for users who wish to include PostgreSQL as part of another application installer.
50+
This download is intended for users who wish to include Postgres as part of another application installer.
5151
</p>
5252

5353
<h3>Platform support</h3>
@@ -60,7 +60,7 @@ <h3>Platform support</h3>
6060
<table class="table table-striped">
6161
<thead>
6262
<tr>
63-
<th scope="col">PostgreSQL Version</th>
63+
<th scope="col">Postgres Version</th>
6464
<th scope="col">64-bit macOS Platforms</th>
6565
</tr>
6666
</thead>

Diff for: ‎templates/pages/download/windows.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2>Interactive installer by EDB</h2>
88

99
<p>
1010
<a href="https://www.enterprisedb.com/downloads/postgres-postgresql-downloads"> Download the installer</a>
11-
certified by EDB for all supported PostgreSQL versions.
11+
certified by EDB for all supported Postgres versions.
1212
</p>
1313

1414
<p>
@@ -35,7 +35,7 @@ <h2>Interactive installer by EDB</h2>
3535

3636
<p>
3737
The Windows installer is designed to be a straightforward, fast way to get up and running with
38-
PostgreSQL. In the unlikely event that you have issues with the installer,
38+
Postgres. In the unlikely event that you have issues with the installer,
3939
please report them on the <a href="https://github.com/EnterpriseDB/edb-installers/issues">
4040
installer Github page</a>. Issues with the installed packages should be reported to the
4141
appropriate project directly.
@@ -45,7 +45,7 @@ <h2>Interactive installer by EDB</h2>
4545
Advanced users can also download a
4646
<a href="https://www.enterprisedb.com/download-postgresql-binaries">zip archive</a>
4747
of the binaries, without the installer.
48-
This download is intended for users who wish to include PostgreSQL as part of another application installer.
48+
This download is intended for users who wish to include Postgres as part of another application installer.
4949
</p>
5050

5151
<h3>Platform support</h3>
@@ -57,7 +57,7 @@ <h3>Platform support</h3>
5757
<table class="table table-striped">
5858
<thead>
5959
<tr>
60-
<th>PostgreSQL Version</th>
60+
<th>Postgres Version</th>
6161
<th>64 Bit Windows Platforms</th>
6262
<th>32 Bit Windows Platforms</th>
6363
</tr>

0 commit comments

Comments
 (0)
Please sign in to comment.