Re: Creating Empty Index

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "naman(dot)iitb" <naman(dot)bbps(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Creating Empty Index
Date: 2013-11-02 22:28:13
Message-ID: 52757C7D.2010306@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2013-11-02 23:28:05 Re: Creating Empty Index
Previous Message Tom Lane 2013-11-02 20:26:32 Re: SP-GiST bug and fix