Tom Lane wrote:
> It's not all that uninteresting, because "make check" is essentially an
> instance of exercising the relocatability feature.
That just means that the test suite is testing features that are not of
interest to certain groups of users; it doesn't declare a feature
intesting.
(Cert
[Sorry for copying -patches in my last email, I actually meant to send
it to pgsql-bugs]
Alvaro Herrera wrote:
> I've been playing with the MIPS machine a little and still haven't found
> any _obvious_ cause for the problem. However I suspect that it may be
> related to unaligned memory access,
The following bug has been logged online:
Bug reference: 2121
Logged by: Alexis Cedeño Trujillo
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0 & 8.1.1
Operating system: Windows
Description:Problem with backup and query
Details:
Hello,
We are resea
> > "Sagi Bashari" <[EMAIL PROTECTED]> writes:
> > > Postgresql crashes when a client with ISO_8859_8 encoding tries to select
> > > data from a utf8 database.
> >
> > It looks like somebody rearranged the pg_enc enum without bothering to
> > fix the tables that are affected by this.
> >
> > utf8
> "Sagi Bashari" <[EMAIL PROTECTED]> writes:
> > Postgresql crashes when a client with ISO_8859_8 encoding tries to select
> > data from a utf8 database.
>
> It looks like somebody rearranged the pg_enc enum without bothering to
> fix the tables that are affected by this.
>
> utf8_and_iso8859.c i
On 12/22/05, Alexis Cedeño Trujillo <[EMAIL PROTECTED]> wrote:
>
> The following bug has been logged online:
>
> Bug reference: 2121
> Logged by: Alexis Cedeño Trujillo
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.0 & 8.1.1
> Operating system: Windows
> Descriptio
Hi!
When using %[ and %] (prompt length ignore area) in .psqlrc's prompt
formats, psql sends a \001 before the actual readline commands
(RL_PROMPT_{START,END}_IGNORE). This is the way bash handles the
shell's PSx format, but it is not a readline command, but a bash
specific quirk.
Example .psqlrc