Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 036d28f

Browse files
authored
Update rdbms.mdx
1 parent bf980bc commit 036d28f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/extensions/attach/rdbms.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ schema data may become obsolete. You can use the `clear_attached_db_cache()` fun
219219
schema information in such cases.
220220

221221
```sql
222-
CALL clear_attached_db_cache() RETURN *
222+
CALL clear_attached_db_cache()
223223
```
224224
Note: If you have attached to databases from different
225225
RDBMSs, say Postgres, DuckDB, and Sqlite, this call will clear the cache for all of them.
@@ -426,7 +426,7 @@ schema data may become obsolete. You can use the `clear_attached_db_cache()` fun
426426
schema information in such cases.
427427

428428
```sql
429-
CALL clear_attached_db_cache() RETURN *
429+
CALL clear_attached_db_cache()
430430
```
431431
Note: If you have attached to databases from different
432432
RDBMSs, say Postgres, DuckDB, and Sqlite, this call will clear the cache for all of them.
@@ -596,7 +596,7 @@ schema data may become obsolete. You can use the `clear_attached_db_cache()` fun
596596
schema information in such cases.
597597

598598
```sql
599-
CALL clear_attached_db_cache() RETURN *
599+
CALL clear_attached_db_cache()
600600
```
601601
Note: If you have attached to databases from different
602602
RDBMSs, say Postgres, DuckDB, and Sqlite, this call will clear the cache for all of them.

0 commit comments

Comments
 (0)