From 5acafcb51b87f9db9e591e6eef72065ad5e258dd Mon Sep 17 00:00:00 2001 From: Fabian Pijcke Date: Sat, 14 Nov 2020 15:34:43 +0100 Subject: [PATCH] Add erratum Maybe you would want to rework this example, since the `IN` operator does not really make sense (an equal would be enough) as there is only one value in the list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d959cc3..9ea9ab6 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ We also provide a PDF file that has color images of the screenshots/diagrams use ## Errata * Page 581 (Section 5, heading): **The PostegreSQL System** _should be_ **The PostgreSQL System** * Page 82 (Dropping databases, first paragraph): **to drop a table** _should be_ **to drop a database** +* Page 114 (Using the IN/NOT IN condition, last paragraph): **the values `pk=2` and `pk=4`** _should be_ **the single value `pk=11`**; **that have `pk=2` or `pk=4`** _should be_ **that have `category=11`**. ### Related products * Mastering PostgreSQL 12 [[Packt]](https://www.packtpub.com/product/mastering-postgresql-12-third-edition/9781838988821) [[Amazon]](https://www.amazon.com/dp/1838988823)