Need a PostgreSQL 16 developer edition for enabling vector support

2024-04-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/bug-reporting.html Description: Need a PostgreSQL 16 developer edition for enabling vector support. We want to compile a vector extension in the postgres 16 dev edition and use the vector

Wording for using the lock timeout setting

2024-04-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/runtime-config-client.html Description: Thanks for the cool product. One comment concerning the lock_timeout parameter: The documentation states here: https://www.postgresql.org/docs/16/r

Re: CREATE ROLE inheritance details

2024-04-03 Thread David G. Johnston
On Sat, Mar 30, 2024 at 11:16 PM Noah Misch wrote: > On Tue, Jan 30, 2024 at 01:49:42PM -0700, David G. Johnston wrote: > > + The membership grants created by the > > + IN ROLE, ROLE, and > ADMIN > > + clauses have the role executing this command as the grantee. > > This should be s/grantee

Re: tools.ietf.org is decommissioned and our links are redirected

2024-04-03 Thread Magnus Hagander
On Wed, Apr 3, 2024 at 1:18 PM Daniel Gustafsson wrote: > The tools.ietf.org server which we use for all RFC/BCP links in the docs > has > been decommissioned, and our links are 301 redirected to the new locations > (datatracker. and rfc-editor.). To avoi another network roundtrip for our > rea

tools.ietf.org is decommissioned and our links are redirected

2024-04-03 Thread Daniel Gustafsson
The tools.ietf.org server which we use for all RFC/BCP links in the docs has been decommissioned, and our links are 301 redirected to the new locations (datatracker. and rfc-editor.). To avoi another network roundtrip for our readers, the attached patch updates the links to their new respective l

Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options

2024-04-03 Thread Rajan Pandey
Hi, I was reading https://www.postgresql.org/docs/current/postgres-fdw.html#POSTGRES-FDW-OPTIONS-REMOTE-EXECUTION and found that it mentions that Immutable Functions and Operators can be pushed down using `extensions` option for foreign server. But it does not mention about TYPE. In the shippable.