Skip to content

Commit 1707122

Browse files
authored
Update src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/planetscale-postgres.mdx
1 parent 928a298 commit 1707122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-database-providers/planetscale-postgres.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You can connect Hyperdrive to any existing PlanetScale PostgreSQL database by cr
2222
2. Click **Connect**.
2323
3. Create a new role for your Hyperdrive configuration (recommended):
2424
1. Ensure the minimum required permissions for Hyperdrive to read and write data to your tables:
25-
- **pg_read_all_data** - Read data from all tables, views, and sequences
26-
- **pg_write_all_data** - Write data to all tables, views, and sequences
25+
- **pg_read_all_data**: Read data from all tables, views, and sequences
26+
- **pg_write_all_data**: Write data to all tables, views, and sequences
2727
2. Click **Create role**.
2828
4. Note the user, the password, the database host, and the database name (or `postgres` as the default database). You will need these to create a database configuration in Hyperdrive.
2929

0 commit comments

Comments
 (0)