You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/use-case/pre-seeding.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Launch a quick demo of Postgres by using the following steps:
60
60
You can now execute any SQL queries or commands you need within the `psql` prompt.
61
61
62
62
Use `\q` or `\quit` to exit from the Postgres interactive shell.
63
+
63
64
## Pre-seed the Postgres database using a SQL script
64
65
65
66
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