Re: [DOCS] alter-table.sgml and DEFAULT clause

2010-12-28 Thread Tom Lane
Alvaro Herrera writes: > Excerpts from Fujii Masao's message of mar dic 28 01:26:09 -0300 2010: >> We seem to have forgotten to add the reference to DEFAULT clause >> into the following syntax in alter-table.sgml. How about the attached >> patch? >> >> ADD [ COLUMN ] column type [ column_constrai

Re: [DOCS] alter-table.sgml and DEFAULT clause

2010-12-28 Thread Alvaro Herrera
Excerpts from Fujii Masao's message of mar dic 28 01:26:09 -0300 2010: > Hi, > > We seem to have forgotten to add the reference to DEFAULT clause > into the following syntax in alter-table.sgml. How about the attached > patch? > > ADD [ COLUMN ] column type [ column_constraint [ ... ] ]