5ba13f6470e99c19daca9b94fe4969766d0be446
The postgresql_book.sql is a plain text SQL backup that should be restored with psql.
It consists of data used in the book PostgreSQL: Up and Running, 4th Edition
To restore:
CREATE DATABASE postgresql_book;
\connect postgresql_book
\i postgresql_book.sql
The chapter folders consist of code and data used in the relevant chapters.
Description
Languages
CSV
100%