tuhaihe commented on issue #1413:
URL: https://github.com/apache/cloudberry/issues/1413#issuecomment-3440700014

   I tried on Cloudberry 2.0.0:
   
   ```
   cd ~/cloudberry/contrib/postgres_fdw
   make 
   make install
   ```
   
   Then it can work:
   
   ```
   [gpadmin@cdw postgres_fdw]$ psql -p 7000 postgres
   psql (14.4, server 14.4)
   Type "help" for help.
   
   postgres=# create extension postgres_fdw;
   CREATE EXTENSION
   ```
   
   ---
   
   I tried to run `create extension postgres_fdw;` without installing the 
`postgres_fdw`, and got the same error:
   
   ```
   postgres=# create extension postgres_fdw;
   ERROR:  could not open extension control file 
"/usr/local/cloudberry-db/share/postgresql/extension/postgres_fdw.control": No 
such file or directory
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to