Re: newbie question

Поиск
Список
Период
Сортировка
От Ignacio Coloma
Тема Re: newbie question
Дата
Msg-id 3D29F5D5.4040109@iverdino.com
обсуждение исходный текст
Ответ на newbie question  ("Mirco D'Angelo" <dangelo@isic.org>)
Ответы Re: newbie question
Список pgsql-sql
Transactions (well, recently mysql allows them but using propietary 
extensions), foreign key relationships, subqueries, stored 
procedures/triggers. MySQL lacks all of these.

On the other side, postgres is only ported on *nix platforms, but you 
can put cygwin/cygipc on Windows, if that is the case. And mysql is 
"friendlier", that means wrong column value types (INT_VALUE = '5') and 
double quotes working as simple quotes, so it's easier to start with.

As far as I can remember.

Mirco D'Angelo wrote:

>Hi
>
>I am going to learn MySql 'cause I have to, but would it be better, or let's
>say, more interesting, to learn postgressql? Is it newer, more common, etc.?
>
>greets
>mirco
>
>
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
>http://archives.postgresql.org
>
>
>
>
>
>  
>






В списке pgsql-sql по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: newbie question
Следующее
От: Janning Vygen
Дата:
Сообщение: Re: manipulating the database in plsql