The following bug has been logged online:
Bug reference: 2484
Logged by: Yu-Lung Shao
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.4-1
Operating system: WinXP Home
Description:pg_dump not support < redirect
Details:
file: backup.cmd
pg_dump.exe dbname
> Bug reference: 2484
> Logged by: Yu-Lung Shao
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.1.4-1
> Operating system: WinXP Home
> Description:pg_dump not support < redirect
> Details:
>
> file: backup.cmd
>
> pg_dump.exe dbname -U postgres -W -f dbna
>>> On 16.06.2006 at 23:21:21, in message
<[EMAIL PROTECTED]>, Bruce Momjian
wrote:
> Yea. Where you using WAL archiving? We will have a fix in 8.1.5 to
> prevent multiple archivers from starting. Perhaps that was a cause.
>
Not at the time, no. The rename in question was just a regular WAL
s
Hi,
Description of problem: initdb fails on tr_TR.UTF-8. OS is Fedora Core 5
on a 32 bit platform, and an up2date system.
Version-Release number of selected component (if applicable): PostgreSQL
7.4.13.
How reproducible: Always
Steps to Reproduce:
1. Compile PostgreSQL 7.4.13
2. Create data dir
Devrim GUNDUZ <[EMAIL PROTECTED]> writes:
> AFAIR we have fixed this early 7.4 series, but it is back now. I'm not
> sure when this reappeared. I haven't tested 7.4.X for a long time.
No, that's never worked in 7.4 ... we didn't add the pg_strcasecmp
code until 8.0 devel cycle.
Hi Tom,
On Sat, 2006-06-17 at 18:12 -0400, Tom Lane wrote:
> Devrim GUNDUZ <[EMAIL PROTECTED]> writes:
> > AFAIR we have fixed this early 7.4 series, but it is back now. I'm
> not
> > sure when this reappeared. I haven't tested 7.4.X for a long time.
>
> No, that's never worked in 7.4 ... we didn
Devrim GUNDUZ <[EMAIL PROTECTED]> writes:
> On Sat, 2006-06-17 at 18:12 -0400, Tom Lane wrote:
>> No, that's never worked in 7.4 ... we didn't add the pg_strcasecmp
>> code until 8.0 devel cycle.
> I mean this one:
> http://www.postgresql.org/docs/7.4/static/release-7-4-2.html
> Partial fix for