documentation typo
The Post Office <noreply@postgresql.org>
From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: supersuper1231@outlook.com
Date: 2022-01-30T08:50:15Z
Lists: pgsql-docs
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/lo-interfaces.html Description: I assume "inv_oid = lo_creat(conn, INV_READ|INV_WRITE);" should be "inv_oid = lo_create(conn, INV_READ|INV_WRITE);", right? https://www.postgresql.org/docs/10/lo-interfaces.html#LO-CREATE
Commits
-
Doc: modernize documentation for lo_create()/lo_creat().
- a5a9d77b8b4e 15.0 landed