Example of ALTER COLUMN TYPE with USING

Started by David Fetterover 21 years ago2 messagespatches
Jump to latest
#1David Fetter
david@fetter.org

Folks,

This patch adds an example of ALTER COLUMN TYPE with a USING clause.

Thanks to Tom Lane both for writing the feature and making sure I got
it documented right :)

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778

Remember to vote!

Attachments:

alter_using.difftext/plain; charset=us-asciiDownload+11-0
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: David Fetter (#1)
Re: Example of ALTER COLUMN TYPE with USING

David Fetter <david@fetter.org> writes:

This patch adds an example of ALTER COLUMN TYPE with a USING clause.

Applied.

regards, tom lane