incorrect info in dblink examples
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/contrib-dblink-function.html Description: In your examples, AS t1(proname name, prosrc text) should actually be AS t1(proname text, prosrc text) This occurs frequently in the documentation at the following link: https://www.postgresql.org/docs/current/contrib-dblink-function.html Thanks, Doug
Re: Add missing meson arguments in docs
On Wed, Feb 22, 2023 at 09:24:37AM +0100, Peter Eisentraut wrote: > Yeah, this is just in the long tail of things to work through. I am going through that, and found out what can be done to do coverage reports. I will post a patch separately on -hackers. -- Michael signature.asc Description: PGP signature
Re: incorrect info in dblink examples
On Mon, Feb 27, 2023 at 07:24:37PM +, PG Doc comments form wrote: > In your examples, AS t1(proname name, prosrc text) > should actually be AS t1(proname text, prosrc text) > > This occurs frequently in the documentation at the following link: > https://www.postgresql.org/docs/current/contrib-dblink-function.html Why? pg_proc.proname uses "name" as data type, so this is not wrong. -- Michael signature.asc Description: PGP signature
