From c0655dc16c6f21a8d41d879e4566800d6d851399 Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Tue, 10 Feb 2026 11:45:45 +0530 Subject: [PATCH] remove unnecessary note from docs --- docs/install-a-package.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/install-a-package.md b/docs/install-a-package.md index 076810ba..cd1fccd6 100644 --- a/docs/install-a-package.md +++ b/docs/install-a-package.md @@ -4,10 +4,6 @@ You can install extensions available on the database.dev registry using the dbde Before you can install a package, ensure you have the `pg_tle` extension installed in your database. -!!! note - - If your database is running on Supabase, `pg_tle` is already installed. - !!! warning Restoring a logical backup of a database with a TLE installed can fail. For this reason, dbdev should only be used with databases with physical backups enabled.