PostGre 9.1.4 was released today.
-- Roedy Green Canadian Mind Products
http://mindprod.com Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
.
I dont see why theese 2 point are "Advantages of MySQL over PostgreSQL":
1) MySQL support is more widespread on ISP (Internet Service Provider)
webservers.
Because its used more, it has an advantage? Whats the technical point in
this?
2) There more books and tutorials on MySQL
Everyone can write a book, but its about the good books that count!
On Fri, 08 Jun 2012 20:13:46 +0200, Luuk <l...@invalid.lan> wrote,
quoted or indirectly quoted someone who said :
>I dont see why theese 2 point are "Advantages of MySQL over PostgreSQL":
>1) MySQL support is more widespread on ISP (Internet Service Provider)
>webservers.
>Because its used more, it has an advantage? Whats the technical point in
>this?
If you write an app, you may want to host it somewhere. You have more
choices. This means probably better service, lower price, faster
response etc . Think of the opposite extreme, writing your code for
some obscure engine. Then you pretty well have to host it on your own
server.
>2) There more books and tutorials on MySQL
>Everyone can write a book, but its about the good books that count!
Granted. The more books there are, the more competition, so the
better odds of finding a good one. The most awful books are usually
on some obscure topic without any alternatives.
-- Roedy Green Canadian Mind Products
http://mindprod.com Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
.
On Fri, 08 Jun 2012 09:48:35 +0200, Hans Castorp
<REWYRLXHE...@spammotel.com> wrote, quoted or indirectly quoted
someone who said :
> "2012-06-04 It is also known as Postgres, but never Postgre."
fixed. thanks for your patience.
-- Roedy Green Canadian Mind Products
http://mindprod.com Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
.
In the section "Advantages of PostgreSQL over MySQL", you might want to add the following items
+ More standard compliant than MySQL
+ Supports windowing functions
+ Supports common table expressions (CTE) including writeable CTEs
+ Supports recursive queries
+ No limits on the usage of subselect in DML statements
+ Supports table functions (select * from my_function())
+ Supports transactional DDL
+ Supports user defined aggregate functions
+ Supports partial indexes
On Sat, 09 Jun 2012 11:14:15 +0200, Luuk <l...@invalid.lan> wrote,
quoted or indirectly quoted someone who said :
>"Postgre JDBC type 4 driver" ==> "PostgreSQL JDBC Driver" ?
fixed thanks.
-- Roedy Green Canadian Mind Products
http://mindprod.com Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
.
On Sat, 09 Jun 2012 11:55:58 +0200, Hans Castorp
<REWYRLXHE...@spammotel.com> wrote, quoted or indirectly quoted
someone who said :
>In the section "Advantages of PostgreSQL over MySQL", you might want to add the following items
added thanks. Will be uploaded within the hour.
-- Roedy Green Canadian Mind Products
http://mindprod.com Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
.