To get the most out of this book
In order for this book to be useful, you need access to a PostgreSQL client that is allowed to execute queries on a server. Ideally, you'll also be the server administrator. Full client and server packages for PostgreSQL are available for most popular operating systems at http://www.postgresql.org/download/. All the examples here are executed at the Command Prompt, usually running the psql program. This makes them applicable to most platforms. It's straightforward to do most of these operations by using a GUI tool for PostgreSQL, such as pgAdmin or OmniDB:
- pgAdmin: https://www.pgadmin.org/download/
- OmniDB: https://github.com/OmniDB/OmniDB
Download the example code files
You can download the example code files for this book from GitHub at https://github.com/PacktPublishing/PostgreSQL-14-Administration-Cookbook. If there's an update to the code, it will be updated on the existing GitHub repository.
We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!