Re: Vacuum, Analyze, ReIndex from within VB.NET 2003

From: Richard Huxton <dev(at)archonet(dot)com>
To: Rohit Prakash Khare <rohitprakash123(at)indiatimes(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Vacuum, Analyze, ReIndex from within VB.NET 2003
Date: 2006-08-03 17:08:40
Message-ID: 44D22D98.9030308@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rohit Prakash Khare wrote:
> I want to use the following features of PostgreSQL from within VB.NET 2003:
>
> Vacuum, Analyze, ReIndex.
>
> Is there any way to write a VB.NET code to do the following tasks?

Is there some reason why you can't issue SQL with "VACCUM", "ANALYSE"
and "REINDEX"?

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2006-08-03 17:09:23 Re: xmin
Previous Message Richard Huxton 2006-08-03 17:07:37 Re: CREATE DATABASE