RE: [QUESTIONS] Insert Errors

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: daryl(at)stonemicro(dot)com(dot)au, pgsql-questions(at)postgreSQL(dot)org
Cc: PostgreSQL Hackers Mailing List <pgsql-hackers(at)hub(dot)org>
Subject: RE: [QUESTIONS] Insert Errors
Date: 1998-05-05 17:39:23
Message-ID: F10BB1FAF801D111829B0060971D839F26D94A@dal_cps.cpsgroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Forwarded to HACKERS.

> -----Original Message-----
> From: Daryl Sayers [SMTP:daryl(at)stonemicro(dot)com(dot)au]
> Sent: Monday, May 04, 1998 8:48 PM
> To: pgsql-questions(at)postgreSQL(dot)org
> Subject: [QUESTIONS] Insert Errors
>
>
> I have Postgresql 6.3 running on Linux 2.0.33. It was working for some
> time. I have not added anything for a while and now it dont work.
> Here is a simple test that shows the problem.
>
> daryl=> create table mytest ( xx int );
> CREATE
> daryl=> insert into mytest values ( 100 );
> ERROR: mytest: cannot extend
>
> The same error shows up in the log file.
> Any ideas.
>
>
> --
> Daryl Sayers Ph: (02) 9417 3788
> Stone Group Asia Pacific Fax: (02) 9417 3741
> Unit 20, 380 Eastern Valley Way Email: daryl(at)stonemicro(dot)com(dot)au
> Roseville, 2069 NSW Australia WWW:
> http://www.stonemicro.com.au
> --
> Official WWW Site: http://www.postgresql.org
> Online Docs & FAQ: http://www.postgresql.org/docs
> Searchable Lists: http://www.postgresql.org/mhonarc

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-05-05 18:23:58 Re: [HACKERS] RE: [QUESTIONS] Identity Crisis
Previous Message Jackson, DeJuan 1998-05-05 17:22:37 RE: [QUESTIONS] Identity Crisis