Resources and FAQ updates

This commit is contained in:
anthonydb 2023-07-30 15:54:41 -04:00
parent 5ea3390055
commit dc5dafb77a
2 changed files with 7 additions and 3 deletions

View File

@ -24,7 +24,11 @@ This page contains answers to Frequently Asked Questions, updates to material an
> I'm bugging the EDB people to fix the issue and will remove this notice when that happens. > I'm bugging the EDB people to fix the issue and will remove this notice when that happens.
* **Page 12: pgAdmin Renamed "Browser" to "Object Explorer"** * **Pages 6 and 7: Configuring Python language support (Windows)**
> Note that the current version of the EDB Language Pack is updated from the version shown in the book. Use the folder and version name provided via the EDB Windows installer for `PATH` and `PYTHONHOME`. As of July 2023, that is `C:\edb\languagepack\v3\Python-3.10`
* **Pages 12 and on: pgAdmin Renamed "Browser" to "Object Explorer"**
> In Figure 1-3 on page 12, and in text on that page and subsequent references, the book refers to a section of pgAdmin labeled as the "Browser" or "object browser." As of pgAdmin 4 v7.0, the user interface has changed to call that area the "Object Explorer." > In Figure 1-3 on page 12, and in text on that page and subsequent references, the book refers to a section of pgAdmin labeled as the "Browser" or "object browser." As of pgAdmin 4 v7.0, the user interface has changed to call that area the "Object Explorer."

View File

@ -12,7 +12,7 @@ Throughout the book, weve used the graphical user interface [pgAdmin](https:/
The following list shows several tools Ive tried, including free and paid options. The free tools work well for general analysis work. If you wade deeper into database development, you might want to upgrade to the paid options, which typically offer advanced features and support: The following list shows several tools Ive tried, including free and paid options. The free tools work well for general analysis work. If you wade deeper into database development, you might want to upgrade to the paid options, which typically offer advanced features and support:
[Beekeeper Studio](https://www.beekeeperstudio.io/): Free and open source GUI for PostgreSQL, MySQL, Microsoft SQL Server, SQLite and other platforms. Beekeeper works on Windows, macOS, and Linux and features one of the more refined app designs among database GUIs. [Beekeeper Studio](https://www.beekeeperstudio.io/): Open source GUI for PostgreSQL, MySQL, Microsoft SQL Server, SQLite and other platforms with free and paid versions. Beekeeper works on Windows, macOS, and Linux and features one of the more refined app designs among database GUIs.
[DBeaver](https://dbeaver.com/): Described as a “universal database tool” that works with PostgreSQL. MySQL, and many other databases, it includes a visual query builder, code auto-completion and other advanced features. Paid and free versions for Windows, macOS, and Linux. [DBeaver](https://dbeaver.com/): Described as a “universal database tool” that works with PostgreSQL. MySQL, and many other databases, it includes a visual query builder, code auto-completion and other advanced features. Paid and free versions for Windows, macOS, and Linux.
@ -64,7 +64,7 @@ Heres a collection of online resources you can use to stay informed:
[PostgreSQL User Groups](https://www.postgresql.org/community/user-groups/): A list of community groups that offer meetups and other activities. [PostgreSQL User Groups](https://www.postgresql.org/community/user-groups/): A list of community groups that offer meetups and other activities.
[PostGIS Blog](http://postgis.net/blog/): Announcements and updates on the PostGIS extension covered in Chapter 15. [PostGIS Blog](http://postgis.net/news/): Announcements and updates on the PostGIS extension covered in Chapter 15.
Additionally, I recommend paying attention to developer notes for any of the PostgreSQL-related software you use, such as pgAdmin. Additionally, I recommend paying attention to developer notes for any of the PostgreSQL-related software you use, such as pgAdmin.