| From: | "Giorgio A(dot)" <jh(at)libero(dot)it> | 
|---|---|
| To: | <pgsql-novice(at)postgresql(dot)org> | 
| Subject: | Re: Urgent | 
| Date: | 2001-06-12 10:52:11 | 
| Message-ID: | 001701c0f32d$bd795fe0$0201a8c0@casa | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-novice | 
donnow if i understood your answer: did u mispelled the name of a column ?
if so, you'll need the ALTER command ( do a "\h alter" :-)
btw, it's something like:
ALTER TABLE name_of_the_table RENAME COLUMN l_ega TO l_age
hope this helps
bye
Giorgio A.
  ----- Original Message ----- 
  From: Mohammed A 
  To: pgsql-novice(at)postgresql(dot)org 
  Sent: Tuesday, June 12, 2001 11:37 AM
  Subject: [NOVICE] Urgent
  table has been created.and data also copied it to that table,
   
  but I realise that on of the attribute name is written wrongly. for example the attribute name
  L_AGE it has been written L_EGA.
   
  IS ANY WAY TO CORRECT IT
   
   
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-06-12 13:47:00 | Re: [NOVICE] PostgreSQL problem with functions | 
| Previous Message | Mohammed A | 2001-06-12 09:37:43 | Urgent |