Skip to content

Commit 84dde05

Browse files
committed
Fix critical inconsistency
1 parent 76712b8 commit 84dde05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preview/duckdb/usage/choosing_a_catalog_database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Install the `ducklake` and the `postgres` extension, and attach to your DuckLake
3535
INSTALL ducklake;
3636
INSTALL postgres;
3737

38-
-- Make sure that the database `ducklake_catalog` exists in PostgreSQL.
38+
-- Make sure that the database `ducklake_catalog` exists in PostgreSQL
3939
ATTACH 'ducklake:postgres:dbname=ducklake_catalog host=localhost' AS my_ducklake
4040
(DATA_PATH 'data_files/');
4141
USE my_ducklake;

0 commit comments

Comments
 (0)