Mon wrote:
The following bug has been logged online:
Bug reference: 2272
Logged by: Mon
Email address: [EMAIL PROTECTED]
PostgreSQL version: no
Operating system: sos
Description:stop
Details:
The bug is that there is not an easy way to unsubscribe to all the
maili
The following bug has been logged online:
Bug reference: 2276
Logged by: Fernando Marques
Email address: [EMAIL PROTECTED]
PostgreSQL version: psql 8.0.1
Operating system: GNU bash, version 3.00.15(1)-release
(i686-redhat-linux-gnu)
Description:Não consigo tirar back
postgresql server starts with environment:
LC_COLLATE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
I've tried to set different LC_COLLATE/LC_ALL/LANG settings
but it did not help.
I've tried to change my psql input to unicode russian, but it did not help, too.
'show all' says I've got lc_col
The following bug has been logged online:
Bug reference: 2277
Logged by: Andrew Nykolyn
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.3
Operating system: OS Red Hat Enterprise Linux AS release 3 (Taroon Update
4) Kernel 2.4.21-27.0.4.EL.snaresmp on an i686
Descript
Evgeny Gridasov wrote:
> It cannot be modified setting it in postgresql.conf (creation db
> constant?) Should I reinit database to get this working or what?
Yes.
> If I should reinit db, what locale should I choose?
Something like ru_RU.utf8.
--
Peter Eisentraut
http://developer.postgresql.org
"Andrew Nykolyn" <[EMAIL PROTECTED]> writes:
> When running a stored procedure that loads data into a temporary table, the
> following error occurs when returning the result set through a composite
> data type.
> Could not open relation with OID 443748
It looks to me like you're running into
Alexander Galler <[EMAIL PROTECTED]> writes:
>>> psql:test.dump:415: ERROR: type "tsinterval" does not exist
>>
>> I can't duplicate this --- for me, pg_dump produces
>>
>> CREATE DOMAIN address_period_tsi AS public.tsinterval NOT NULL DEFAULT
>> '(-infinity..infinity)'::public.tsinterval;
>>
I encountered an error when I fast shutdown 8.1.1 on Win2k:
FATAL: semctl(1672698088, 12, SETVAL, 0) failed: A blocking operation
was interrupted by a call to WSACancelBlockingCall.
A similar error on 8.1/win2003 was reported on pgsql-general (sorry, I can't
dig out the
original post fr