Re: [HACKERS] Custom Data Type Question

2006-11-15 Thread Tom Dunstan
Hi Greg Greg Mitchell wrote: I'm trying to create a custom data type similar to an enumeration type. However, I'd like the mapping of the int<->string to be dynamic instead of hard coded. I'd like to have a table that contains this mapping that can be appended to. Creating this type is not ve

Re: [HACKERS] Custom Data Type Question

2006-11-15 Thread Andrew Dunstan
Greg Mitchell wrote: I'm trying to create a custom data type similar to an enumeration type. However, I'd like the mapping of the int<->string to be dynamic instead of hard coded. I'd like to have a table that contains this mapping that can be appended to. Creating this type is not very diffic

[HACKERS] Custom Data Type Question

2006-11-15 Thread Greg Mitchell
I'm trying to create a custom data type similar to an enumeration type. However, I'd like the mapping of the int<->string to be dynamic instead of hard coded. I'd like to have a table that contains this mapping that can be appended to. Creating this type is not very difficult. However, for perf

Re: [HACKERS] [SQL] Case Preservation disregarding case

2006-11-15 Thread Andrew Dunstan
Jim Nasby wrote: On Nov 14, 2006, at 2:42 PM, Simon Riggs wrote: On Thu, 2006-11-02 at 10:51 -0500, Tom Lane wrote: "Simon Riggs" <[EMAIL PROTECTED]> writes: We have namespaces to differentiate between two sources of object names, so anybody who creates a schema where MyColumn is not the same

[HACKERS] building postgresql documentation

2006-11-15 Thread Oleg Bartunov
Hi there, I have problem building man.tar from CVS HEAD documentation onsgmls postgres.sgml | sgmlspl /docbook2man-spec.pl --lowercase --section l --date "ate '+%Y-%m-%d'" FATAL: /docbook2man-spec.pl does not exist. Looking into Makefile I see, D2MSCRIPT= $(D2MDIR)/docbook2man-spec.pl, so I'

Re: [HACKERS] [SQL] Case Preservation disregarding case

2006-11-15 Thread Jim Nasby
On Nov 14, 2006, at 2:42 PM, Simon Riggs wrote: On Thu, 2006-11-02 at 10:51 -0500, Tom Lane wrote: "Simon Riggs" <[EMAIL PROTECTED]> writes: We have namespaces to differentiate between two sources of object names, so anybody who creates a schema where MyColumn is not the same thing as myCol

[HACKERS] subscribe

2006-11-15 Thread Mario Guenterberg
Subscribe -- Wenn Sie glauben, dies sei ein großes Problem - warten Sie mal ab, bis wir versuchen die Lösung zu finden. (Walter Matthau) ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/d

Re: [HACKERS] Segmentation fault with HEAD.

2006-11-15 Thread Rune Bromer
Alon Goldshuv wrote: Thank you very much, I'll verify this tomorrow and return if the error persists. What led you to the conclusion that it was a readline error? I looked into it for a couple of hours, but as I'm new to the postgres source code I cound't find the error :) For the life of me I