[DOCS] PDF version of the docs

2004-02-15 Thread Kris Jurka

I have successfully built a pdf version of the 7.4 docs.  While openjade
still core dumps I was able to use plain jade instead.  It took nearly ten
days of continuous processing, but it finally spit out something useable.

http://www.ejurka.com/pgsql/docs/

Kris Jurka


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[DOCS] Doc bug (?) in rules vs triggers

2004-02-15 Thread andrew
Chapter 13 of the documentation on Rules versus Triggers says in part

"On the other hand a trigger that is fired on INSERT on a view can do the same as a 
rule, put the data somewhere else and suppress the insert in the view."

However, it does not appear to be possible to set a trigger on a view, so this means 
something else. (I'd like to set a trigger on a view, because the replacement INSERT I 
wish to make is easier to write in PLPGSQL than plain SQL.)


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match