Skip to content

Commit 47d332b

Browse files
committed
PostgreSQL 18 Beta 2 release
1 parent faaf2fe commit 47d332b

File tree

3 files changed

+17
-34
lines changed

3 files changed

+17
-34
lines changed

templates/index.html

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -51,31 +51,14 @@ <h2>Latest Releases</h2>
5151
<div class="text">
5252
<p>
5353
<strong>
54-
2025-05-08 -
55-
<a href="/about/news/postgresql-175-169-1513-1418-and-1321-released-3072/">
56-
PostgreSQL 17.5, 16.9, 15.13, 14.18, and 13.21 Released!
54+
2025-07-17 -
55+
<a href="/about/news/postgresql-18-beta-2-released-3103/">
56+
PostgreSQL 18 Beta 2 Released!
5757
</a>
5858
</strong>
5959
</p>
6060
<p>
61-
The PostgreSQL Global Development Group has <a href="/download/">released an update</a>
62-
to all supported versions of PostgreSQL, including 17.5, 16.9, 15.13, 14.18, and 13.21.
63-
</p>
64-
<p>
65-
For the more information about this release, please review the
66-
<a href="/docs/release/">release notes</a>. You can download
67-
PostgreSQL from the <a href="/download/">download</a> page.
68-
</p>
69-
<p>
70-
<strong>
71-
2025-05-08 -
72-
<a href="/about/news/postgresql-18-beta-1-released-3070/">
73-
PostgreSQL 18 Beta 1 Released!
74-
</a>
75-
</strong>
76-
</p>
77-
<p>
78-
The PostgreSQL Global Development Group announces that the first beta release of
61+
The PostgreSQL Global Development Group announces that the second beta release of
7962
PostgreSQL 18 is now <a href="/download/">available for download</a>.
8063
This release contains previews of all features when PostgreSQL 18 is made
8164
generally available, though some details of the release can change during the
@@ -172,8 +155,8 @@ <h2 class="centered-lines">Latest News</h2>
172155
<!-- Featured Post -->
173156
<header>
174157
<h3>
175-
<a href="/about/news/postgresql-18-beta-1-released-3070/">
176-
PostgreSQL 18 Beta 1 Released!
158+
<a href="/about/news/postgresql-18-beta-2-released-3103/">
159+
PostgreSQL 18 Beta 2 Released!
177160
</a>
178161
</h3>
179162
<ul class="meta">
@@ -182,7 +165,7 @@ <h3>
182165
</ul>
183166
</header>
184167
<p>
185-
The PostgreSQL Global Development Group announces that the first beta release of
168+
The PostgreSQL Global Development Group announces that the second beta release of
186169
PostgreSQL 18 is now <a href="/download/">available for download</a>.
187170
This release contains previews of all features when PostgreSQL 18 is made
188171
generally available, though some details of the release can change during the
@@ -207,8 +190,9 @@ <h3>
207190
you can contribute.
208191
</p>
209192
<ul class="bold">
210-
<li><a href="/about/news/postgresql-18-beta-1-released-3070/">Release Announcement</a></li>
211-
<li><a href="/docs/release/">Release Notes</a></li>
193+
<li><a href="/about/news/postgresql-18-beta-2-released-3103/">Release Announcement</a></li>
194+
<li><a href="/docs/18/release-18.html">Release Notes</a></li>
195+
<li><a href="/developer/beta/">Beta Testing Information</a></li>
212196
<li><a href="/support/versioning/">Versioning Policy</a>
213197
<li><a href="/download/">Download</a></li>
214198
</ul>

templates/pages/developer/beta.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ <h1>Beta Information <i class="fa fa-code"></i></h1>
3939
{% endcomment %}
4040

4141
<p>
42-
The current beta release is <strong>PostgreSQL 18 Beta 1</strong>. For more
42+
The current beta release is <strong>PostgreSQL 18 Beta 2</strong>. For more
4343
information on the current beta release and how to test, please view the links
4444
below.
4545
</p>
4646

4747
<ul>
4848
<li>
49-
<a href="/about/news/postgresql-18-beta-1-released-3070/">
50-
PostgreSQL 18 Beta 1 Release Announcement
49+
<a href="/about/news/postgresql-18-beta-2-released-3103/">
50+
PostgreSQL 18 Beta 2 Release Announcement
5151
</a>
5252
</li>
5353
<li>
54-
<a href="/ftp/source/v18beta1/">Download PostgreSQL 18 Beta 1 source code</a>
54+
<a href="/ftp/source/v18beta2/">Download PostgreSQL 18 Beta 2 source code</a>
5555
</li>
5656
<li>
5757
<a href="/docs/18/">PostgreSQL 18 Documentation</a>

templates/pages/include/topbar.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
May 8, 2025: <a href="/about/news/postgresql-175-169-1513-1418-and-1321-released-3072/">
2-
PostgreSQL 17.5, 16.9, 15.13, 14.18, and 13.21 Released!
3-
</a> | <a href="/about/news/postgresql-18-beta-1-released-3070/">
4-
PostgreSQL 18 Beta 1 Released!
1+
July 17, 2025:
2+
</a> | <a href="/about/news/postgresql-18-beta-2-released-3103/">
3+
PostgreSQL 18 Beta 2 Released!
54
</a>

0 commit comments

Comments
 (0)