Re: Migrating PostgreSQL database to MySQL/MS Access

Поиск
Список
Период
Сортировка
От macgillivary
Тема Re: Migrating PostgreSQL database to MySQL/MS Access
Дата
Msg-id 1155486450.228043.190900@74g2000cwt.googlegroups.com
обсуждение исходный текст
Ответ на Re: Migrating PostgreSQL database to MySQL/MS Access  (Ashley Moran <work@ashleymoran.me.uk>)
Список pgsql-general
for an excellent book on keeping things where they should be go buy:
"The ART of SQL" by Stephane Faroult.  Sample chapter online.
http://www.oreilly.com/catalog/artofsql/

It's an excellent read, and provides ample arguments for keeping
constraint management with the database and not in each of the app(s)
that use the data.  Best book on SQL I've read in a number of years.



Ashley Moran wrote:
> On Aug 13, 2006, at 2:16 pm, Thomas Kellerer wrote:
> > I do agree that this might be a problem of universty education
> > which focuses too much on theory and not on real-world problems.
>
>  From what I've seen, a bigger problem is universities that focus on
> neither!!!
>
>
> Ashley
>
>


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

Предыдущее
От: "Tobias Herp"
Дата:
Сообщение: Leaving out a schema from the dump/restore
Следующее
От: AgentM
Дата:
Сообщение: Re: Best approach for a "gap-less" sequence