[DOCS] German FAQ update...

2005-01-16 Thread Ian Barwick
...attached. It's rather large because I've changed the encoding to UTF-8 to match the server encoding. Note: the link http://store.pgsql.com/shopping/ still does not work. Don't forget to update the version number in FAQ 1.7 to 8.0 in the other FAQs before packaging! Ian Barwick [EMAIL PROTEC

[DOCS] FAQ doesn't mention ALTER COLUMN TYPE

2005-01-16 Thread Michael Fuhr
Question 4.4 in the FAQ, "How do you remove a column from a table, or change its data type?" doesn't mention 8.0's ability to alter a column's type with ALTER TABLE tab ALTER COLUMN col TYPE new_type. Since 8.0 is coming up the FAQ should probably mention this. -- Michael Fuhr http://www.fuhr.org

Re: [DOCS] German FAQ update...

2005-01-16 Thread Bruce Momjian
Thanks, updated, and main FAQ marked for 8.0.0. --- Ian Barwick wrote: > > ...attached. It's rather large because I've changed the encoding to UTF-8 > to match the server encoding. > > Note: the link http://store.pgsql.com

Re: [DOCS] FAQ doesn't mention ALTER COLUMN TYPE

2005-01-16 Thread Bruce Momjian
Michael Fuhr wrote: > Question 4.4 in the FAQ, "How do you remove a column from a table, > or change its data type?" doesn't mention 8.0's ability to alter a > column's type with ALTER TABLE tab ALTER COLUMN col TYPE new_type. > Since 8.0 is coming up the FAQ should probably mention this. Good poi