Skip to content

Commit 2f859f2

Browse files
committed
Fixing linting issues
1 parent 4e95a46 commit 2f859f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/guides/use-case/pre-seeding.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Launch a quick demo of Postgres by using the following steps:
6060
You can now execute any SQL queries or commands you need within the `psql` prompt.
6161

6262
Use `\q` or `\quit` to exit from the Postgres interactive shell.
63+
6364
## Pre-seed the Postgres database using a SQL script
6465

6566
Now that you've familiarized yourself with Postgres, it's time to see how to pre-seed it with sample data. In this demonstration, you'll first create a script that holds SQL commands. The script defines the database, and table structure and inserts sample data. Then you will connect the database to verify the data.

0 commit comments

Comments
 (0)