Re: FDW API / flow charts for the docs? - Mailing list pgsql-hackers

From Fabrízio de Royes Mello
Subject Re: FDW API / flow charts for the docs?
Date
Msg-id CAFcNs+pmTG0qWcAO_rFb1KazkcL5heuk7HxL98pBnRP3G=E4_Q@mail.gmail.com
Whole thread
In response to FDW API / flow charts for the docs?  (Tomas Vondra <tv@fuzzy.cz>)
List pgsql-hackers
On Wed, Oct 16, 2013 at 8:35 PM, Tomas Vondra <tv@fuzzy.cz> wrote:
>
> [...]
>
> Attached is the set of flow charts, showing the sequence of callbacks
> for all the supported commands (i.e. SELECT, INSERT, UPDATE, DELETE,
> ANALYZE).

Thank you very much... this flow charts will help many people, including me ;-)
 

> Wouldn't it be useful to put something like this into the
> docs? I mean, the FDW API is not going to get any simpler, and for me
> this was a significant help.
>

+1 to add into docs.

I think we can add this flow charts to [1].

Regards,

[1] http://www.postgresql.org/docs/9.3/interactive/fdwhandler.html

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog sobre TI: http://fabriziomello.blogspot.com
>> Perfil Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: FDW API / flow charts for the docs?
Next
From: Robert Haas
Date:
Subject: Re: [PATCH] pg_sleep(interval)