Re: Can't use postgresql-service

2025-04-05 Thread via GitHub
GitHub user Xuanwo added a comment to the discussion: Can't use postgresql-service Also, OpenDAL doesn't enable all services by default. Instead, it uses `features` to select which services to use. So, you'll also need to make sure that `pg` has been enabled, like this:

Re: Can't use postgresql-service

2025-04-05 Thread via GitHub
GitHub user Iam-WenYi edited a discussion: Can't use postgresql-service ### Describe the bug The example code gived in postgresql's service markfodown document can't run. ### Steps to Reproduce 1. Make a copy of `ofs` directory, rename to `postgresql-opendal-t

Re: bug: Can't use postgresql-service

2025-04-05 Thread via GitHub
GitHub user Xuanwo added a comment to the discussion: bug: Can't use postgresql-service Hi, @Iam-WenYi, as suggested in the error message: `opendal::services::Postgresql` is a different thing from `opendal::Scheme::Postgersql`. Please don't mix use them. GitHub link: https://