Minor doc correction for SPI_execute_with_args

From: Ian Barwick <ian(at)2ndquadrant(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Minor doc correction for SPI_execute_with_args
Date: 2015-05-29 08:01:01
Message-ID: 55681CBD.8040004@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi

The documentation for SPI_execute_with_args:

http://www.postgresql.org/docs/current/static/spi-spi-execute-with-args.html

claims it returns the same value as SPI_execute, whereas it actually
calls SPI_execute_plan which can produce two additional error codes.

Regards

Ian Barwick

--
Ian Barwick http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
doc-spi-execute-with-args.patch text/x-patch 549 bytes

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2015-05-30 17:57:29 Re: Minor doc correction for SPI_execute_with_args
Previous Message Joshua D. Drake 2015-05-28 19:27:05 Re: per feedback I received directly, pg_dump manpage patch