Re: [BUGS] BUG #2849: Erroronous UPDATE syntax in documentation

2006-12-27 Thread Tom Lane
"Gurjeet Singh" <[EMAIL PROTECTED]> writes: > http://www.postgresql.org/docs/8.2/interactive/rules-views.html#AEN38727 > illustrates the examples using wrong syntax of UPDATE command. The FROM > clause is missing; if the FROM clause and the appropriate table is added to > the query, it works fine.

[BUGS] BUG #2867: FULL PATH name problem

2006-12-27 Thread Ted Petrosky
The following bug has been logged online: Bug reference: 2867 Logged by: Ted Petrosky Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: OS X Description:FULL PATH name problem Details: I have been working with WebObjects and the EOModeler. W

Re: [BUGS] BUG #2867: FULL PATH name problem

2006-12-27 Thread Tom Lane
"Ted Petrosky" <[EMAIL PROTECTED]> writes: > I have been working with WebObjects and the EOModeler. When I tell EOModeler > to examine a table, it comes up with this for the primary key. > ALTER TABLE public.article ADD CONSTRAINT public.article_PK PRIMARY KEY > (entityid); > I must change it to