Обсуждение: Vacuum, Analyze, ReIndex from within VB.NET 2003

Поиск
Список
Период
Сортировка

Vacuum, Analyze, ReIndex from within VB.NET 2003

От
"Rohit Prakash Khare"
Дата:
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?

Sign Up for your FREE eWallet at www.wallet365.com


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

От
Richard Huxton
Дата:
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