Ask a Question related to PostgreSQL / PGSQL, Design and Development.
-
Michael Fuhr #1
Re: Change type
On Tue, Jan 18, 2005 at 07:01:45PM +0000, Vladimir S. Petukhov wrote:
The FAQ discusses this:> I want to dinamcly change type of column. If possible, of course.
[url]http://www.postgresql.org/files/documentation/faqs/FAQ.html#4.4[/url]
--
Michael Fuhr
[url]http://www.fuhr.org/~mfuhr/[/url]
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
[url]http://archives.postgresql.org[/url]
Michael Fuhr Guest
-
Connection type change
I am thinking about changing my connection type from LAN to FTP and am wondering will I have to send new keys to the users setup to use LAN? Reason... -
Can't change type of Stroke
I am using Windows XP and InDesign CS. I have the Stroke Palette open with the Options open. I select the Type of Stroke then set the Point size.... -
ID3 - Hyperlinks, change the zoom type
When I make a TOC with PDF bookmarks, the created links always have a "Fixe" zoom type by default. I would need a "Fit in Window". Is it... -
type change for imported graphics
I have an animated GIF in my cast. I want to change the file name member property so that I can load alternate animated GIF's into the movie. The... -
how do I change the file type
highlight the file and press F2 then change the extension -- Harry Ohrn MS MVP www.webtree.ca/windowsxp "R Victor Walsh"... -
Oleg Bartunov #2
Re: Change type
On Tue, 18 Jan 2005, Vladimir S. Petukhov wrote:
hmm,> Hi!
> Sorry for my English..
> I want to dinamcly change type of column. If possible, of course.Trivial idia - create new temporary column, try to write value from old columt to temporarity (if type conersion ok - this made using select/update command and type conversion checks on client's side), then delete old column, and rename temporary column.. But this decision looked quite ill...
> Do you have better idea?
you may use generic type like 'varchar' to store your data
Regards,> -- Я доcтаю из шиpоких штанин,В котоpых гpажданка одета,Воcемь ноpмальных. И двадцать одинЗапpещенных к ношенью пpедмета!
> Now playing: 03 - Lara And Reyes - Exotico.mp3 AutoGenerated by fortune & xmms...
> ---------------------------(end of broadcast)---------------------------TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
>
Oleg
__________________________________________________ ___________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: [email]oleg@sai.msu.su[/email], [url]http://www.sai.msu.su/~megera/[/url]
phone: +007(095)939-16-83, +007(095)939-23-83
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [email]majordomo@postgresql.org[/email] so that your
message can get through to the mailing list cleanly
Oleg Bartunov Guest
-
Vladimir S. Petukhov #3
Change type
Hi!
Sorry for my English..
I want to dinamcly change type of column. If possible, of course.
Trivial idia - create new temporary column, try to write value from old columt
to temporarity (if type conersion ok - this made using select/update command
and type conversion checks on client's side), then delete old column, and
rename temporary column..
But this decision looked quite ill...
Do you have better idea?
--
Я доcтаю из шиpоких штанин,
В котоpых гpажданка одета,
Воcемь ноpмальных. И двадцать один
Запpещенных к ношенью пpедмета!
Now playing: 03 - Lara And Reyes - Exotico.mp3
AutoGenerated by fortune & xmms...
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
Vladimir S. Petukhov Guest



Reply With Quote

