Add nested embedding examples

This commit is contained in:
laurenceisla
2021-10-18 17:34:49 -05:00
committed by GitHub
parent ec7ace2e73
commit ee1ec780d2
2 changed files with 23 additions and 0 deletions
+4
View File
@@ -21,3 +21,7 @@ Added
+ Managed to avoid a breaking change thanks to `@robertsosinski <https://github.com/robertsosinski>`_ who reported the bug that only one ``.`` character was allowed in GUC keys to the PostgreSQL team. See the `full discussion <https://www.postgresql.org/message-id/17045-6a4a9f0d1513f72b%40postgresql.org>`_.
-- `@laurenceisla <https://github.com/laurenceisla>`_
* Documentation improvements
+ Added :ref:`nested_embedding` to the :ref:`resource_embedding` section.