Hi,

In trying to solve a bug in 'ALTER TABLE tbl RENAME col1 TO col2',I 
noticed (what must be) a typo in src/interfaces/ecpg/preproc/preproc.y
patch attached, tho it might be easier if you just look for this
line in the file:

opt_column:  COLUMN                                   { $$ = make_str("colmunn"); }


Back to that original bug... 

'ALTER TABLE tbl RENAME col1 TO col2' does not update any indices that
reference the old column name.  Any suggestions to get this worked out
would be appreciated :-)  I'll have some time this weekend to dig into
this, and would /really/ to tackle this myself.


cheers.
  Brent

-- 
"Develop your talent, man, and leave the world something. Records are 
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing."  -- Duane Allman

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to