Re: [BUGS] BUG #3539: tsearch2 broken on Intel Macs running Leopard

2007-08-15 Thread Tom Lane
"Erik R." <[EMAIL PROTECTED]> writes: > Any tsearch query results in the following error message: > mydb=# select * from product_search('test'); > ERROR: could not find tsearch config by locale What does "locale" report on your machine? AFAICS this error message just means that "setlocale(LC_CTY

Re: [BUGS] BUG #3541: typo - minor importance

2007-08-15 Thread Magnus Hagander
Leoj wrote: > The following bug has been logged online: > > Bug reference: 3541 > Logged by: Leoj > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8 > Operating system: win32 > Description:typo - minor importance > Details: > > step 12 on http://pginstaller.p

Re: [BUGS] BUG #3540: "REVOKE CREATE ON SCHEMA" public doesn't work

2007-08-15 Thread Kevin Grittner
>>> On Wed, Aug 15, 2007 at 11:29 AM, in message <[EMAIL PROTECTED]>, "Richard Rowell" <[EMAIL PROTECTED]> wrote: > perm_test=# revoke create on schema public from bar; > > REVOKE > > perm_test=> create table test (uid integer); > CREATE TABLE I think the problem is that bar is automatically a

Re: [BUGS] BUG #3540: "REVOKE CREATE ON SCHEMA" public doesn't work

2007-08-15 Thread Alvaro Herrera
Richard Rowell escribió: > perm_test=> revoke create on schema foo from bar; > > REVOKE > > perm_test=# revoke create on schema public from bar; > > REVOKE You have to revoke from PUBLIC too, otherwise the user still has access via that one. -- Alvaro Herrerah

[BUGS] BUG #3541: typo - minor importance

2007-08-15 Thread Leoj
The following bug has been logged online: Bug reference: 3541 Logged by: Leoj Email address: [EMAIL PROTECTED] PostgreSQL version: 8 Operating system: win32 Description:typo - minor importance Details: step 12 on http://pginstaller.projects.postgresql.org has a typo

[BUGS] BUG #3540: "REVOKE CREATE ON SCHEMA" public doesn't work

2007-08-15 Thread Richard Rowell
The following bug has been logged online: Bug reference: 3540 Logged by: Richard Rowell Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Linux Description:"REVOKE CREATE ON SCHEMA" public doesn't work Details: [EMAIL PROTECTED]:~/download$

[BUGS] BUG #3539: tsearch2 broken on Intel Macs running Leopard

2007-08-15 Thread Erik R.
The following bug has been logged online: Bug reference: 3539 Logged by: Erik R. Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: Mac OS X 10.5 (9A499) Description:tsearch2 broken on Intel Macs running Leopard Details: Any tsearch query r

[BUGS] BUG #3537: Postgres odbc can only access public schema and any other schema does not work

2007-08-15 Thread maya
The following bug has been logged online: Bug reference: 3537 Logged by: maya Email address: [EMAIL PROTECTED] PostgreSQL version: 08.02.0400 Operating system: solaris 9 64 bit Description:Postgres odbc can only access public schema and any other schema does not work