Re: [PATCHES] Some new SPI functions

2004-02-15 Thread Thomas Hallgren
> Who did you think would do it? > > regards, tom lane > you :-) Seriously, I didn't give it much though. This is undoubtedly the best way although some projects handle it differently. A tech-writer perhaps, with better writing skills then programmers in general. But people like that are probabal

Re: [PATCHES] Afrikaans translation of libpq

2004-02-15 Thread Peter Eisentraut
Petri Jooste wrote: > I started a new translation of postgresql into Afrikaans (af_ZA). > Attached is the file libpq.po > > Please also make sure that Afrikaans is added to the right nls.mk > file. Installed into head branch. If you want this in the 7.4 branch as well, let me know. (That would

Re: [PATCHES] [HACKERS] dollar quoting

2004-02-15 Thread Andrew Dunstan
Tom Lane wrote: Andrew Dunstan <[EMAIL PROTECTED]> writes: Tom Lane wrote: ... But how about 42$foo$ This is a syntax error in 7.4, and we propose to redefine it as an integer literal '42' followed by a dollar-quote start symbol. The test should not succeed anywhere in the stri

Re: [PATCHES] [HACKERS] dollar quoting

2004-02-15 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: >> No, it won't. The problem is that it should, because the backend will >> see that as '42' followed by a $foo$ quote start. > Ok, I see what you are saying. This mismatch would only happen on > invalid input, though. I believe that what I did will wor