Re: [DOCS] Valued Predicates

2006-11-15 Thread Richard Broersma Jr
ARISON I see it now. Sorry for the false static. Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

[DOCS] Valued Predicates

2006-11-15 Thread Richard Broersma Jr
elect * from test2 where ( (a,b) >= (1,'A') ) is not true; a | b ---+--- 3 | (1 row) Regards, Richard Broersma Jr. ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

[DOCS] Create Rule syntax.

2006-03-16 Thread Richard Broersma Jr
; command ... ) } ^ The diffences are not major. However, for a newbie like myself I felt the syntax of "(actions)" was a little vague. Regards, Richard Broersma Jr.