Re: Issue: Creating Symlink for data directory of postgresql in CentOS7

2019-07-13 Thread Adrian Klaver
On 7/13/19 4:30 AM, Laurenz Albe wrote: On Fri, 2019-07-12 at 18:08 +, Chatterjee, Shibayan wrote: Jul 12 10:00:51 postgresql-check-db-dir: "/data/postgresql/data" is missing or empty. Jul 12 10:00:51 postgresql-check-db-dir: Use "postgresql-setup initdb" to initialize the database cluster

Re: Postgresql and VBA - Connection Timeout

2019-07-13 Thread Wayne Mell
Hello Hiroshi, Thank you for your reply. Your suggestion to try setting cnn.CommandTimeout = 0 before calling cnn.Execute() worked perfectly and was exactly the solution I needed. Since the cnn connection was what owned the Execute, it was the object that needed the Command Timeout. That i

Re: Testing an extension against multiple versions of Postgresql

2019-07-13 Thread Rhys A.D. Stewart
Thanks!! Rhys Peace & Love|Live Long & Prosper On Sat, Jul 13, 2019 at 3:15 AM Luca Ferrari wrote: > On Sat, Jul 13, 2019 at 8:03 AM Ian Barwick > wrote: > > > So the questions are: > > > Can I have make install & make installcheck run against multiple > versions at the same time or how do I

Re: Issue: Creating Symlink for data directory of postgresql in CentOS7

2019-07-13 Thread Laurenz Albe
On Fri, 2019-07-12 at 18:08 +, Chatterjee, Shibayan wrote: > > Jul 12 10:00:51 postgresql-check-db-dir: "/data/postgresql/data" is missing > > or empty. > > Jul 12 10:00:51 postgresql-check-db-dir: Use "postgresql-setup initdb" to > > initialize the database cluster. > > Jul 12 10:00:51 postg

Re: Testing an extension against multiple versions of Postgresql

2019-07-13 Thread Luca Ferrari
On Sat, Jul 13, 2019 at 8:03 AM Ian Barwick wrote: > > So the questions are: > > Can I have make install & make installcheck run against multiple versions > > at the same time or how do I tell the installcheck to run against the 11 > > server. > > Try setting relevant environment variables [*] f

Re: Issue: Creating Symlink for data directory of postgresql in CentOS7

2019-07-13 Thread Luca Ferrari
On Sat, Jul 13, 2019 at 5:12 AM Chatterjee, Shibayan wrote: > For sure there's all the necessary files in '/data/postgresql/data'. The > startup process cannot read it, because of sym link. > Executing init-db return the below message: > I suspect this could be a systemd problem. What if you try