Skip to content

Add documentation for 5 new pgsql functions (PHP 8.4)#5351

Open
lacatoire wants to merge 1 commit intophp:masterfrom
lacatoire:doc/pgsql-new-functions
Open

Add documentation for 5 new pgsql functions (PHP 8.4)#5351
lacatoire wants to merge 1 commit intophp:masterfrom
lacatoire:doc/pgsql-new-functions

Conversation

@lacatoire
Copy link
Contributor

Summary

Add documentation pages for 5 pgsql functions available since PHP 8.4 but missing documentation:

  • pg_jit: Returns JIT information of the PostgreSQL server
  • pg_change_password: Change a PostgreSQL user password
  • pg_put_copy_data: Send data to the server during a COPY operation
  • pg_put_copy_end: Signal the completion of a COPY operation
  • pg_socket_poll: Poll a PostgreSQL connection socket for read/write readiness

References

Add documentation pages for pgsql functions available since PHP 8.4:
- pg_jit: Returns JIT information of the PostgreSQL server
- pg_change_password: Change a PostgreSQL user password
- pg_put_copy_data: Send data during a COPY operation
- pg_put_copy_end: Signal completion of a COPY operation
- pg_socket_poll: Poll a connection socket for read/write readiness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments