From ac95a40defcf9d676a37197cf19120751af3d790 Mon Sep 17 00:00:00 2001 From: Danny White <3104761+dnywh@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:41:28 +1000 Subject: [PATCH 1/4] chore: change terminology of prior post (#39068) --- apps/www/components/Blog/BlogPostRenderer.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/www/components/Blog/BlogPostRenderer.tsx b/apps/www/components/Blog/BlogPostRenderer.tsx index 95cb9021e8ad8..aa9864665f0c2 100644 --- a/apps/www/components/Blog/BlogPostRenderer.tsx +++ b/apps/www/components/Blog/BlogPostRenderer.tsx @@ -127,9 +127,11 @@ const BlogPostRenderer = ({
{label}
{(post as { formattedDate?: string }).formattedDate}
@@ -306,7 +308,7 @@ const BlogPostRenderer = ({ formattedDate: string } } - label="Last post" + label="Previous post" /> )}- Information on your provisioned instance. + Service versions and upgrade eligibility for your provisioned instance.
The following objects have to be removed before upgrading:
+ <> +
+ The following objects are not supported and must be removed before upgrading.{' '}
+
Check the docs for which objects need to be removed.
-
The following extensions are not supported in newer versions of Postgres and must be
- removed before you can upgrade.{' '}
+ removed before upgrading.{' '}
- You'll need to move these objects out of auth/realtime/storage schemas before upgrading: + The following objects must be removed from the auth/realtime/storage schemas before + upgrading:
- A PostgreSQL trigger is a function invoked automatically whenever an event associated - with a table occurs. -
-- An event could be any of the following: INSERT, UPDATE, DELETE. A trigger is a special - user-defined function associated with a table. -
-+ Keep your application in sync by automatically updating when data changes +
++ Automatically invoke edge functions when database events occur +
++ Ensure data meets your requirements before it is inserted into the database +
+ Send your first realtime message from your database, application code or edge function +
++ Send messages to a channel from your client application or database via triggers. +
++ Set up Row Level Security policies to control who can see messages within a channel +
++ Receive realtime messages in your application by listening to a channel +
+