◦ uuid-ossp ▪ $ sudo yum install uuid-devel も必要 ◦ pgcrypto • DETAIL: This functionality requires the server to be built with libxml support. PostgreSQL 15 RC2を手元でビルドする(1)
$ git checkout REL_15_STABLE $ make clean $ ./configure --prefix=$HOME/pgsql/rel_15_stable --with-uuid=ossp --with-ssl=openssl --with-libxml $ make -j 4 $ make install $ cd contrib $ make $ make install $ cd ..
Add drop_enum command for Postgres #45735 ◦ Support explicit schemas in PostgreSQL's create_enum #45707 • Extension関連 ◦ Avoid removing a PostgreSQL extension when there are dependent objects #45474 Rails 7.1でのPostgreSQL関連の新機能