Page Chapter 7. Working with Nodes, Page 87

Location on the page: 
code listing, pgsql part
Error: 

nid int unsigned ...
vid int unsigned ...

Correction: 

nid int_unsigned ...
vid int_unsigned ...

Description of the Error: 

I'm not familiar with pgsql, but in all .install files i've looked into i've only found "int_unsigned" as pgsql counterpart of the mysql "int unsigned" definitions.