TODO item

From: Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar>
To: <pgsql-general(at)postgresql(dot)org>
Subject: TODO item
Date: 2001-07-04 13:42:43
Message-ID: 01070416424306.16423@bugs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I was thinking about a par of things that I think are quite interesting for
the 7.2 release.

The first one is related to a problem I had with views and rules (permission
problem). If someone is granted insert on a view with his respective rule,
won't be able to insert a row if there is a sequence (SERIAL type), saying
that the user doesn't have permission to change the sequence.

The other is related to indexes on databases other then initiated with C
locale. The docs say that those databases don't use the indexes on sequencial
searches. Is this right?

Saludos... :-)

--
Cualquiera administra un NT.
Ese es el problema, que cualquiera administre.
-----------------------------------------------------------------
Martin Marques | mmarques(at)unl(dot)edu(dot)ar
Programador, Administrador | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andras Balogh 2001-07-04 13:45:58 FOREIGN KEY
Previous Message Martijn van Oosterhout 2001-07-04 13:38:47 [PATCH] Partial indicies done