Re: [SQL] Droping indexes RESOLVED

2007-01-16 Thread Mario Behring
2007 2:30:31 PM Subject: Re: [SQL] Droping indexes At 11:27 AM 1/16/07, Frank Bax wrote: >At 10:42 AM 1/16/07, Mario Behring wrote: >>Thank you for your advise..I was thinking about doing exactly >>that, I wasn't sure on how to do it though, meaning, considering the

Re: [SQL] Droping indexes

2007-01-16 Thread Frank Bax
At 11:27 AM 1/16/07, Frank Bax wrote: At 10:42 AM 1/16/07, Mario Behring wrote: Thank you for your advise..I was thinking about doing exactly that, I wasn't sure on how to do it though, meaning, considering the info below, how should I use the CREATE INDEX command to create these in

Re: [SQL] Droping indexes

2007-01-16 Thread Frank Bax
At 10:42 AM 1/16/07, Mario Behring wrote: Thank you for your advise..I was thinking about doing exactly that, I wasn't sure on how to do it though, meaning, considering the info below, how should I use the CREATE INDEX command to create these indexes?? This might provide a clue:

Re: [SQL] Droping indexes

2007-01-16 Thread Scott Marlowe
On Tue, 2007-01-16 at 07:51, Mario Behring wrote: > Hi all, > > Please, if I drop all indexes from a table, can I recreate them after > performing a vacuum full at this table? I mean, I do not know details > about the indexes, so what I am asking is if I issue a REINDEX on this > table, will it c

Re: [SQL] Droping indexes

2007-01-16 Thread Erik Jones
Mario Behring wrote: Hi Alvaro, Thank you for your advise..I was thinking about doing exactly that, I wasn't sure on how to do it though, meaning, considering the info below, how should I use the CREATE INDEX command to create these indexes?? Have you read the documentation? htt

Re: [SQL] Droping indexes

2007-01-16 Thread Mario Behring
uei) Restrictions of foreing key: "fk_nodeid6" FOREIGN KEY (nodeid) REFERENCES node(nodeid) ON DELETE CASCADE Thank you. Best regards, Mario Behring - Original Message From: Alvaro Herrera <[EMAIL PROTECTED]> To: Mario Behring <[EMAIL PROTECTED]> Cc: Toma

Re: [SQL] Droping indexes

2007-01-16 Thread Alvaro Herrera
Mario Behring wrote: > Hi Tomas, > > Thank you. > > Please help me here.I am not a database guy...how do I use this > CLUSTER command and what does it do? Please keep in mind that I do not have > disk space left. If the disk is full you cannot use CLUSTER anyway. Suggestio

Re: [SQL] Droping indexes

2007-01-16 Thread Mario Behring
t; btree (eventuei) Restrictions of foreing key: "fk_nodeid6" FOREIGN KEY (nodeid) REFERENCES node(nodeid) ON DELETE CASCADE Thanks. Mario Behring - Original Message From: Tomas Vondra <[EMAIL PROTECTED]> To: Mario Behring <[EMAIL PROTECTED]> Sent: Tuesd

[SQL] Droping indexes

2007-01-16 Thread Mario Behring
Hi all, Please, if I drop all indexes from a table, can I recreate them after performing a vacuum full at this table? I mean, I do not know details about the indexes, so what I am asking is if I issue a REINDEX on this table, will it create the proper indexes again? Please advise. Thanks in