Re: Good Books

Поиск
Список
Период
Сортировка
От postgresql@bryden.co.za
Тема Re: Good Books
Дата
Msg-id 43109.127.0.0.1.1111671666.squirrel@127.0.0.1
обсуждение исходный текст
Ответ на Re: Good Books  (Bruno Wolff III <bruno@wolff.to>)
Ответы Re: Good Books  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: Good Books  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-general
Hi Bruno

There are a lot of the topics that I feel could have better (or more
comprehensive examples). In particular I am thinking of plpgsql. One
example is information about working with Exceptions (postgresql specific)
and another is the small amount of info about the RAISE Statement.

Refering to my mention of exceptions above, the following is information
that I could not find in the standard docs:
How to use(Return using RAISE) the actual exception code and message once
you have handled the error. This is especially usefull if you have used
WHEN OTHERS to catch the error.

Thanks
Craig

> On Thu, Mar 24, 2005 at 14:37:59 +0200,
>   postgresql@bryden.co.za wrote:
>> Hi
>>
>> I am new to PostgreSQL and find that the standard documentation is very
>> thin. I would like to buy a more comprehensive book. All the available
>> books seem very out of date!!! Firstly, does it matter if I buy a book
>> that was published in Feb 2003? Will such a book be hopelessly out of
>> date?
>
> What parts of the documentation do you find thin? Without knowing what
> you need extra info on, it will be hard to recommend other documentation.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq
>


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Simple query takes a long time on win2K
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Function results written to memory, then sent?