Re: Attaching database

2020-10-19 Thread Pavel Stehule
po 19. 10. 2020 v 20:18 odesílatel Igor Korot napsal: > Hi, Pavel, > > On Mon, Oct 19, 2020 at 12:51 PM Pavel Stehule > wrote: > > > > Hi > > > > po 19. 10. 2020 v 19:40 odesílatel Igor Korot > napsal: > >> > >> Hi, > >> IIUC, PostgreSQL does not support attaching a database to an existing > >>

Re: Attaching database

2020-10-19 Thread Igor Korot
Hi, Pavel, On Mon, Oct 19, 2020 at 12:51 PM Pavel Stehule wrote: > > Hi > > po 19. 10. 2020 v 19:40 odesílatel Igor Korot napsal: >> >> Hi, >> IIUC, PostgreSQL does not support attaching a database to an existing >> connection. >> However I was told that I can use this: >> https://www.postgresql

Re: Attaching database

2020-10-19 Thread Pavel Stehule
Hi po 19. 10. 2020 v 19:40 odesílatel Igor Korot napsal: > Hi, > IIUC, PostgreSQL does not support attaching a database to an existing > connection. > However I was told that I can use this: > https://www.postgresql.org/docs/9.3/postgres-fdw.html. > > Is it the same thing? Why there is no simple

Attaching database

2020-10-19 Thread Igor Korot
Hi, IIUC, PostgreSQL does not support attaching a database to an existing connection. However I was told that I can use this: https://www.postgresql.org/docs/9.3/postgres-fdw.html. Is it the same thing? Why there is no simple ATTACH AS ? Thank you.

Re: database shutting down

2020-10-19 Thread David G. Johnston
On Monday, October 19, 2020, Atul Kumar wrote: > Hi, > > I am configuring repmgr, so in postgresql.conf when i changed the > parameter share_preload_libraries='repmgr', my database server is not > starting. > > When i comment that parameter, database server started. > > > Please help why that par

Re: database shutting down

2020-10-19 Thread Ian Lawrence Barwick
2020年10月19日(月) 16:22 Atul Kumar : > > Hi, > > I am configuring repmgr, so in postgresql.conf when i changed the > parameter share_preload_libraries='repmgr', my database server is not > starting. > > When i comment that parameter, database server started. > > > Please help why that parameter is sto

database shutting down

2020-10-19 Thread Atul Kumar
Hi, I am configuring repmgr, so in postgresql.conf when i changed the parameter share_preload_libraries='repmgr', my database server is not starting. When i comment that parameter, database server started. Please help why that parameter is stopping database to start. Regards, Atul