Thread: Books for experienced developers

Books for experienced developers

From
"Craig Bryden"
Date:
Hi

I have vast experience working with MS-SQL. Which books would be good for me
to use in order to teach myself PostgreSQL? I need to migrate a MS-SQL Db to
PostgreSQL. It contains tablers,views,stored procs, and user defined
functions.

Thanks
Craig

_________________________________________________________________
Search even faster with MSN Toolbar!
http://toolbar.msn.co.za?DI=1054&XAPID=2083


Re: Books for experienced developers

From
Shawn Harrison
Date:
Craig Bryden wrote [01/07/05 3:46 AM]:
> Hi
>
> I have vast experience working with MS-SQL. Which books would be good
> for me to use in order to teach myself PostgreSQL? I need to migrate a
> MS-SQL Db to PostgreSQL. It contains tablers,views,stored procs, and
> user defined functions.

With no other RDBMS experience, I learned PostgreSQL using the online
documentation. I'm using tables, views, rules, triggers, and stored
procedures -- everything you've mentioned. Everything you need is
explained very well in the docs.

>
> Thanks
> Craig
>
--
________________
harrison@tbc.net

Re: Books for experienced developers

From
Matthew Story
Date:
Postgresql introductions and concepts by bruce momijan isn't bad,
though it is severely out of date, but most of the concepts of
postgresql have stayed the same, the text will not provide you with
any how-tos for the newer functionality, though it should help you
make the conceptual switch to postgresql.  It's available for cheap
used through 3rd party vendors on amazon.  Though if you have no
problems reading online texts, the online documentation is very good,
and far more up to date.

regards matt


On Fri, 07 Jan 2005 15:08:04 -0600, Shawn Harrison <harrison@tbc.net> wrote:
> Craig Bryden wrote [01/07/05 3:46 AM]:
> > Hi
> >
> > I have vast experience working with MS-SQL. Which books would be good
> > for me to use in order to teach myself PostgreSQL? I need to migrate a
> > MS-SQL Db to PostgreSQL. It contains tablers,views,stored procs, and
> > user defined functions.
>
> With no other RDBMS experience, I learned PostgreSQL using the online
> documentation. I'm using tables, views, rules, triggers, and stored
> procedures -- everything you've mentioned. Everything you need is
> explained very well in the docs.
>
> >
> > Thanks
> > Craig
> >
> --
> ________________
> harrison@tbc.net
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org
>