=== Applying patches on top of PostgreSQL commit ID 665cafe8a4bd23b4f14194b0671d3ef09dc55864 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Fri Feb 21 13:46:26 UTC 2025 On branch cf/5547 nothing to commit, working tree clean === applying patch ./0001-doc-create-table-doc-enhancements.patch Applied patch to 'doc/src/sgml/ref/create_table.sgml' with conflicts. U doc/src/sgml/ref/create_table.sgml diff --cc doc/src/sgml/ref/create_table.sgml index 0a3e520f21,9a5dafb9af..0000000000 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@@ -58,10 -58,19 +58,19 @@@ CREATE [ persistence_mode< [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ] [ TABLESPACE tablespace_name ] - where column_constraint is: + where persistence_mode is: + + [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | + UNLOGGED + + and column_storage is: + + STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN | DEFAULT } [ COMPRESSION compression_method ] + + and column_constraint is: [ CONSTRAINT constraint_name ] -{ NOT NULL | +{ NOT NULL [ NO INHERIT ] | NULL | CHECK ( expression ) [ NO INHERIT ] | DEFAULT default_expr | @@@ -223,7 -242,9 +242,13 @@@ WITH ( MODULUS