Re: Question about the enum type - Mailing list pgsql-general

From Chris
Subject Re: Question about the enum type
Date
Msg-id 47B90C93.2000105@gmail.com
Whole thread Raw
In response to Re: Question about the enum type  (Chris <dmagick@gmail.com>)
Responses Re: Question about the enum type
List pgsql-general
Chris wrote:
>
>> I'm just toying around, so this isn't high priority. I'll probably
>> change the name of the enum to fielding_position for clarity's sake
>> anyway. But for my own education - what's so unique about the name
>> 'position'?
>
> It's a string manipulation function:
>
> http://www.postgresql.org/docs/8.3/interactive/functions-string.html

Forgot to say, you can see a list of reserved words in the manual too:

http://www.postgresql.org/docs/8.3/interactive/sql-keywords-appendix.html

and it's reserved there too.

--
Postgresql & php tutorials
http://www.designmagick.com/

pgsql-general by date:

Previous
From: Chris
Date:
Subject: Re: Question about the enum type
Next
From: Michael Glaesemann
Date:
Subject: Re: Question about the enum type