Instructions to connect to your PostgreSQL database
and
load the Swarm64 DA extension.
-
Switch to a user with access to the database:
-
Connect to the database:
-
Load the Swarm64 DA extension:
CREATE EXTENSION swarm64da;
A NOTICE
is printed when executing the first SQL command through a connection
to a database for which the swarm64da
extension has not been created yet.
This behavior is controlled by the following configuration parameter:
-
swarm64da.enable_notice_not_created_extension (boolean)
-
Enables or disables the reminder to create the extension. The default is on
.
-
Verify that the Swarm64 DA extension is loaded correctly and look up its
version number:
SELECT * FROM swarm64da.get_version();