[BUGS] Different result when using '=' and 'like' in unicode mode

2002-11-16 Thread Jiang Sheng
I used PostgreSQL 7.2.1 on redhat 7.3, installed using the rpm from redhat,. When I createdb -E UNICODE, and import data using \copy command, after converted all the imported text files to UTF-8 encoding. It looks well, I can get the data from several platforms in different locale. But, a strange

[BUGS] Bug #819:

2002-11-16 Thread pgsql-bugs
so sakol ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Long Description I want to know more about Mysql server, how can i know ? Sample Code No file was uploaded with this report ---(end of broadc

Re: [BUGS] OSX 10.2.2 and beta 5

2002-11-16 Thread Bruno Wolff III
On Sat, Nov 16, 2002 at 15:18:58 -0500, Tom Lane <[EMAIL PROTECTED]> wrote: > Neil Conway <[EMAIL PROTECTED]> writes: > > Bruce Momjian <[EMAIL PROTECTED]> writes: > >> "Random" randomly fails. It is OK. > > > So why is it a regression test, then? > > It's hard to see how you could test random

Re: [BUGS] OSX 10.2.2 and beta 5

2002-11-16 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > Bruce Momjian <[EMAIL PROTECTED]> writes: >> "Random" randomly fails. It is OK. > So why is it a regression test, then? It's hard to see how you could test random() in a completely deterministic fashion ... regards, tom lane ---

Re: [BUGS] OSX 10.2.2 and beta 5

2002-11-16 Thread Neil Conway
Bruce Momjian <[EMAIL PROTECTED]> writes: > "Random" randomly fails. It is OK. So why is it a regression test, then? Cheers, Neil -- Neil Conway <[EMAIL PROTECTED]> || PGP Key ID: DB3C29FC ---(end of broadcast)--- TIP 5: Have you checked our e

Re: [BUGS] 7.3b2 initdb fails with a semaphore error (solved)

2002-11-16 Thread Bruce Momjian
This has been done already and will appear in 7.3 final. --- Lalo Castro wrote: > You could also recompile postgres with > ./configure --with-maxbackends=N > Where N equals however many backends you want. > > > On Tue, 1 O

Re: [BUGS] Bug in pg_dump

2002-11-16 Thread Robert John Shepherd
> >7.4 should hold the fix for > >pg_dump, although 7.3 has the dependency tracking mechanism. > > Which means that in theory we can back-patch them for 7.3.1. Not wanting to get too involved in discussions as to whether this should be done or not, I would recommend you nice chaps save your stren

Re: [BUGS] 7.3b2 initdb fails with a semaphore error (solved)

2002-11-16 Thread Lalo Castro
You could also recompile postgres with ./configure --with-maxbackends=N Where N equals however many backends you want. On Tue, 1 Oct 2002, Tom Lane wrote: > Mark Stosberg <[EMAIL PROTECTED]> writes: > > I think the bug here is that this message advertises that I can change > > the "max_connectio

Re: [BUGS] OSX 10.2.2 and beta 5

2002-11-16 Thread Bruce Momjian
"Random" randomly fails. It is OK. --- Theodore Petrosky wrote: > I just downloaded beta 5 and ran through a stock > config and make. make check comes up with 1 failure > listed as ignored.. > > parallel group (16 tests):

[BUGS] OSX 10.2.2 and beta 5

2002-11-16 Thread Theodore Petrosky
I just downloaded beta 5 and ran through a stock config and make. make check comes up with 1 failure listed as ignored.. parallel group (16 tests): select_distinct_on transactions random select_having subselect select_into select_distinct portals arrays union case select_implicit hash_index aggre

Re: [BUGS] new journaling system in OSX

2002-11-16 Thread Theodore Petrosky
There is a problem with the 'make' of 7.2.x in 10.2 There is a fix that requires commenting out a few lines. search the 'bugs' area and you will find the thread. Ted --- Bruce Momjian <[EMAIL PROTECTED]> wrote: > > You should try 7.3beta. It will work on that OS. > > --