Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
M.1. Installation
Prev UpAppendix M. Demo DatabaseAirlinesHome Next

M.1. Installation#

The demo database is available atedu.postgrespro.com in three flavors, which differ only in the data size:

The small database is good for writing queries, and it will not take up much disk space. The large database can help you understand the query behavior on large data volumes and consider query optimization.

The files include anSQL script that creates thedemo database and fills it with data (virtually, it is a backup copy created with thepg_dump utility). The owner of thedemo database will be the DBMS user who runs the script. For example, to create the small database, run the script as the userpostgres by means ofpsql:

psql -f demo_small_YYYYMMDD.sql -U postgres

Note that if thedemo database already exists, it will be deleted and recreated!


Prev Up Next
Appendix M. Demo DatabaseAirlines Home M.2. Schema Diagram
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp