Dolphin Installation
The plug-in is automatically installed and loaded. You do not need to manually install and load the plug-in. To manually compile and load the plug-in, perform the following steps:
Compilation and Installation
- Compile and install openGauss. 
- Copy the Dolphin source code to the contrib directory of the openGauss source code. 
- Go to the Dolphin directory and run make install. 
- Create a B-compatible database and connect to B-compatible database as the initial user. 
OM Installation
- Install openGauss on the OM. 
- Copy the files required by the plug-in. 
 Path of dolphin.so: app/lib/postgresql/
 Path of dolphin.control and dolphin--1.0.sql: app/share/postgresql/extension
- Create a B-compatible database and connect to B-compatible database as the initial user. 
Feedback