Just a note for all, these fields have now been added to the postgresql
schema, autoupdate to update your schema.
-mike
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Markus
> Holmberg
> Sent: Friday, January 19, 2001 1:43 AM
> To: Orion-Interest
> Cc: Orion-Interest
> Subject: Re: Is combining Orion and PostgreSQL a good choice
>
>
> On Wed, Jan 17, 2001 at 11:50:44PM +1100, Mike Cannon-Brookes wrote:
> > I use the default schema (the latest one from Orion has a lot of fixes
> > contributed by myself and others, the original was horrible).
> Let me know if
> > there are any problems with the latest schema.
>
> Here's an addition of disallowed field names (as specified in the
> PostgreSQL docs):
>
> <!-- Postgres reserved words -->
> <disallowed-field named="abort" />
> <disallowed-field named="analyze" />
> <disallowed-field named="binary" />
> <disallowed-field named="cluster" />
> <disallowed-field named="constraint" />
> <disallowed-field named="copy" />
> <disallowed-field named="do" />
> <disallowed-field named="explain" />
> <disallowed-field named="extend" />
> <disallowed-field named="listen" />
> <disallowed-field named="load" />
> <disallowed-field named="lock" />
> <disallowed-field named="move" />
> <disallowed-field named="new" />
> <disallowed-field named="none" />
> <disallowed-field named="notify" />
> <disallowed-field named="offset" />
> <disallowed-field named="reset" />
> <disallowed-field named="setof" />
> <disallowed-field named="show" />
> <disallowed-field named="unlisten" />
> <disallowed-field named="until" />
> <disallowed-field named="vacuum" />
> <disallowed-field named="verbose" />
>
> Regards, Markus.
>
> --
>
> Markus Holmberg | Give me Unix or give me a typewriter.
> [EMAIL PROTECTED] | http://www.freebsd.org/
>
>