Re: Creating Empty Index - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Creating Empty Index
Date
Msg-id 52757C7D.2010306@dunslane.net
Whole thread Raw
In response to Creating Empty Index  ("naman.iitb" <naman.bbps@gmail.com>)
Responses Re: Creating Empty Index  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 11/01/2013 02:11 AM, naman.iitb wrote:
> Hello
>
> Is there a way by which we can create an empty index on a relation and later
> fill it manually by inserting tuples.
>
> I want to know how it can be done in Postgresql code.
>
> Thanks in advance
>


What exactly would be the point? Indexes are automatically maintained by 
postgres. Something that isn't doesn't seem to me to qualify for the 
description of "index".

cheers

andrew




pgsql-hackers by date:

Previous
From: "naman.iitb"
Date:
Subject: Creating Empty Index
Next
From: Michael Paquier
Date:
Subject: Re: Creating Empty Index