Re: [SQL] Re: \i command

2001-04-11 Thread cbell
I don't know if you've resolved your problem, but if not, you could try deleting and recreating the indexes on the table... Najm Hashmi wrote: > Joel Burton wrote: > > > On Wed, 11 Apr 2001, Najm Hashmi wrote: > > > > > Hi All, > > > From pgsql, I try to insert data in table using the \i com

Re: [SQL] Re: \i command

2001-04-10 Thread Najm Hashmi
Joel Burton wrote: > On Wed, 11 Apr 2001, Najm Hashmi wrote: > > > Hi All, > > From pgsql, I try to insert data in table using the \i command. Nothing > > takes place and after this command pgsql is hung... i cant use it any more. > > The same command works with all other tables but this is o

Re: [SQL] Re: \i command

2001-04-10 Thread Joel Burton
On Wed, 11 Apr 2001, Najm Hashmi wrote: > Joel Burton wrote: > > > On Wed, 11 Apr 2001, Najm Hashmi wrote: > > > > > From pgsql, I try to insert data in table using the \i command. Nothing > > > takes place and after this command pgsql is hung... i cant use it any more. > > > The same comman

[SQL] Re: \i command

2001-04-10 Thread Joel Burton
On Wed, 11 Apr 2001, Najm Hashmi wrote: > Hi All, > From pgsql, I try to insert data in table using the \i command. Nothing > takes place and after this command pgsql is hung... i cant use it any more. > The same command works with all other tables but this is only one I am having > problem w