Multi client in subscription?

2018-07-29 Thread xOChilpili
Hi everyone, I have 2 virtual machines, one that i use at home and the other one that i use at work, so, in the server i have one publication and for each client i have the same subscription, but every time i go out from home to work, i have to stop postgresql service in order to use subscription

Re: Postgresql 10.4 installation issues on Ubuntu 14.05

2018-07-29 Thread rob stone
Hello, On Mon, 2018-07-30 at 09:01 +0300, vardenis pavardenis wrote: > > tadas@ubuntu:~$ dpkg -l | grep postgres > ii pgdg-keyring > 2017.3 >

Re: Postgresql 10.4 installation issues on Ubuntu 14.05

2018-07-29 Thread vardenis pavardenis
2018-07-28 3:12 GMT+03:00 Adrian Klaver : > On 07/27/2018 04:50 PM, vardenis pavardenis wrote: > Please reply to list also. > Ccing list. > > FYI, bottom/interleaved posting are the preferred styles on this list: > > https://en.wikipedia.org/wiki/Posting_style#Interleaved_style > https://en.wikipe

Re: Call for Papers - PGConf.ASIA 2018

2018-07-29 Thread Joshua D. Drake
On 07/29/2018 05:59 PM, Tatsuo Ishii wrote: Hi PostgreSQL lovers, The call for papers for PGConf.ASIA 2018 will be closed on 31st July, 2018 (Japan time), that is 15:00 31st July 2018 UTC. I am looking forward to receiving your great proposals and seeing you in Akihabara (yes, like last year, t

Re: Call for Papers - PGConf.ASIA 2018

2018-07-29 Thread Tatsuo Ishii
Hi PostgreSQL lovers, The call for papers for PGConf.ASIA 2018 will be closed on 31st July, 2018 (Japan time), that is 15:00 31st July 2018 UTC. I am looking forward to receiving your great proposals and seeing you in Akihabara (yes, like last year, the conference venue is in the "Electric City"

Re: postgres with xcode

2018-07-29 Thread Sumit Chaturvedi
Well in that case, do you have something in mind. Perhaps a prototype which has a some research component which can teach us something interesting. In the course we are divided into teams of 4 and we are going to work on the project for 2-3 months. I know such I'm asking for too much but just givin

Re: postgres with xcode

2018-07-29 Thread Tom Lane
Sumit Chaturvedi writes: > So I wanted to play around with Postgresql itself. I have looked at the > TODO list and it has given me a lot of ideas. If anyone has any > thoughts/ideas which they didn't have time to pursue but are interesting, > please let me know? Cool, but be warned that most of t

Re: postgres with xcode

2018-07-29 Thread Sumit Chaturvedi
Thanks a lot for spending time to write all these elaborate answers. They were all really helpful. Finally I gave up on xcode and switched to eclipse. Probably for the best. I was attempting to do all this in the first place because in our course in college, we have to do a project. Almost all peop

Re: postgres with xcode

2018-07-29 Thread Tom Lane
Sumit Chaturvedi writes: > So although the problem is with xcode. I have a feeling that it is not > because of LC_ALL. > So my point is that maybe the hint is not entirely correct.. At the time that HINT was written, the only reason we knew of for a production postmaster to become multithreaded u

Re: postgres with xcode

2018-07-29 Thread Adrian Klaver
On 07/29/2018 02:03 AM, Sumit Chaturvedi wrote: Hello, Does the following seem unusual? amaltaas:backend amaltaas$ locale LANG="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8"

Re: postgres with xcode

2018-07-29 Thread Sumit Chaturvedi
Hello, Does the following seem unusual? amaltaas:backend amaltaas$ locale LANG="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_ALL= After this I ran postgres from terminal