Re: [BUGS] UTF-8 encoding failure

2010-03-29 Thread Martin Schäfer
Okay, got it now. Unfortunately, the output is exactly the same as before: G:\Test\TestPostgreSQLJapanese>PostgreSQLJapaneseSJIS.exe localhost 5432 dev308 postgres postgres localhost 5432 dev308 postgres postgres Testing with encoding UTF-8: NOTICE: CREATE TABLE will create implicit sequence "蝗

Re: [BUGS] dividing money by money

2010-03-29 Thread Kevin Grittner
Andy Balholm wrote: > The ability to divide money by money would be useful for finding > what percent one money value is of another. That certainly sounds useful and natural to me. I don't think it rises to the level of a *bug*, but it's a reasonable request for enhancement. If there are no

[BUGS] dividing money by money

2010-03-29 Thread Andy Balholm
When I divide a money value by another money value, I get an error message, as follows: *** psql (8.4.1) Type "help" for help. postgres=# select version(); version

Re: [BUGS] BUG #5272: PL/Python SELECT: return composite fields as dict, not str

2010-03-29 Thread Peter Eisentraut
On sön, 2010-01-31 at 13:20 +0100, Steve White wrote: > Robert suggested that I start some documentation about limitations of > PL/Python. Find attached. > > I think it would also be good to explain the meaning of "trusted" regarding > PL/Python, and how it might impact the user. There is alread

Re: [BUGS] Known Issues Page

2010-03-29 Thread Stefan Kaltenbrunner
Tharakan, George (GE Healthcare) wrote: Hi, I have been using PostGreSQL as a part of our healthcare product. As an important part of releasing a stable product it is important to also document the known issues found in a PostGRE release. I would be grateful if someone could forward me to th

[BUGS] Known Issues Page

2010-03-29 Thread Tharakan, George (GE Healthcare)
Hi, I have been using PostGreSQL as a part of our healthcare product. As an important part of releasing a stable product it is important to also document the known issues found in a PostGRE release. I would be grateful if someone could forward me to the Known Issues Page(if any). On these lines h

Re: [BUGS] BUG #5394: invalid declspec for PG_MODULE_MAGIC

2010-03-29 Thread Takahiro Itagaki
"Vladimir Barzionov" wrote: > Same problem was already discussed for example here > http://dbaspot.com/forums/postgresql/393683-re-general-custom-c-function-palloc-broken.html > > Looks like the simplest way for correcting the issue is declaring additional > macro (something like PGMODULEEXPORT