![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I know I know, this topic is probably a cliche by now, but I am looking for real world developers' and DBAs' experiences from people who have managed/ developed for both. I've developed for MySQL before but never used PostgreSQL but am interested in doing so. I'll probably be giving it a shot myself anyways, but with the newer versions of MySQL offering features like views, SPs etc., what makes PostgreSQL worth the switch? I've gone through many articles on this topic, but most of them compare features and not experiences which is what I am looking for. |
#3
| |||
| |||
|
|
I know I know, this topic is probably a cliche by now, but I am looking for real world developers' and DBAs' experiences from people who have managed/ developed for both. I've developed for MySQL before but never used PostgreSQL but am interested in doing so. I'll probably be giving it a shot myself anyways, but with the newer versions of MySQL offering features like views, SPs etc., what makes PostgreSQL worth the switch? I've gone through many articles on this topic, but most of them compare features and not experiences which is what I am looking for. Please do spare some time, if possible, to share this knowledge. |
#4
| ||||
| ||||
|
|
I know I know, this topic is probably a cliche by now, but I am looking for real world developers' and DBAs' experiences from people who have managed/ developed for both. I've developed for MySQL before but never used PostgreSQL but am interested in doing so. I'll probably be giving it a shot myself anyways, but with the newer versions of MySQL offering features like views, SPs etc., what makes PostgreSQL worth the switch? |
| bignum | |
| 12345678901234567180704211397197946224193136904328 75243234074448189700007474323004944782828398182400 | |
|
I've gone through many articles on this topic, but most of them compare features and not experiences which is what I am looking for. |
#5
| |||
| |||
|
|
I've developed for MySQL before but never used PostgreSQL but am interested in doing so. I'll probably be giving it a shot myself anyways, but with the newer versions of MySQL offering features like views, SPs etc., what makes PostgreSQL worth the switch? |
|
Available by the end of 2003, MySQL Version 5.0 will include features such as stored procedures and triggers. |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
I know I know, this topic is probably a cliche by now, but I am looking for real world developers' and DBAs' experiences from people who have managed/ developed for both. .... |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
What command can I use to remove all the 01/01/2001 entries in every row and leave it blank. |
#10
| |||
| |||
|
|
michael (AT) floog (DOT) net writes: What command can I use to remove all the 01/01/2001 entries in every row and leave it blank. Set the values to NULL, eg UPDATE mytab SET datecol = NULL; regards, tom lane |
![]() |
| Thread Tools | |
| Display Modes | |
| |