[HACKERS] Trove with PostgreSQL-XC

2014-08-19 Thread Vivek Singh Raghuwanshi
Hi All,

Please let me know is that possible to use Openstack Trove with Postgres-XC.
With instances and Baremetal (after Juno Release).
I Know it is possible to use other medium like MySQL or PostgreSQL, but i
am not sure about XC.


-- 
ViVek Raghuwanshi
Mobile -+91-09595950504
Skype - vivek_raghuwanshi
IRC vivekraghuwanshi
http://vivekraghuwanshi.wordpress.com/
http://in.linkedin.com/in/vivekraghuwanshi


Re: [HACKERS] [Postgres-xc-developers] Trove with PostgreSQL-XC

2014-08-19 Thread Vivek Singh Raghuwanshi
Thanks,
One more question, is this library support multitenancy or we need to
launch separate VPC (virtual public cloud) every time for each customer.
its good if we have both option.



On Tue, Aug 19, 2014 at 5:04 PM, 鈴木 幸市 koi...@intellilink.co.jp wrote:

  XC’s libpq is binary compatible with PG.   So as long as Openstack uses
 libpq to connect to PG, XC should work too.

  Appreciate if you have a chance to try.

  Thanks.
 ---
 Koichi Suzuki

  2014/08/19 20:14、Vivek Singh Raghuwanshi vivekraghuwan...@gmail.com
 のメール:


  Hi All,

  Please let me know is that possible to use Openstack Trove with
 Postgres-XC.
  With instances and Baremetal (after Juno Release).
  I Know it is possible to use other medium like MySQL or PostgreSQL, but
 i am not sure about XC.


  --
 ViVek Raghuwanshi
 Mobile -+91-09595950504
 Skype - vivek_raghuwanshi
 IRC vivekraghuwanshi
 http://vivekraghuwanshi.wordpress.com/
 http://in.linkedin.com/in/vivekraghuwanshi

 --
 ___
 Postgres-xc-developers mailing list
 postgres-xc-develop...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers





-- 
ViVek Raghuwanshi
Mobile -+91-09595950504
Skype - vivek_raghuwanshi
IRC vivekraghuwanshi
http://vivekraghuwanshi.wordpress.com/
http://in.linkedin.com/in/vivekraghuwanshi


[HACKERS] problem in installation of postgresql-jdbc

2013-09-11 Thread Vivek Singh Raghuwanshi
Hi All,

I am trying to install postgresql-jdbc but facing java error. sun java is
already installed but postgresql-jdbc installing openjdj. please let me
know how to resolve this and if you require any other details.

[root@172-24-1-54 ~]# java -version
java version 1.6.0_33
Java(TM) SE Runtime Environment (build 1.6.0_33-b04)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode)
[root@172-24-1-54 ~]# yum install postgresql-jdbc.noarch
Dependencies Resolved

===
 PackageArch
Version  RepositorySize
===
Installing:
 postgresql-jdbcnoarch
8.4.701-8.el6redhat63 402 k
Installing for dependencies:
 flac   x86_64
1.2.1-6.1.el6redhat63 243 k
 giflib x86_64
4.1.6-3.1.el6redhat63  37 k
 java-1.6.0-openjdk x86_64
1:1.6.0.0-1.45.1.11.1.el6redhat63  25 M
 jline  noarch
0.9.94-0.8.el6   redhat63  86 k
 jpackage-utils noarch
1.7.5-3.12.el6   redhat63  59 k
 libasyncns x86_64
0.8-1.1.el6  redhat63  24 k
 libsndfile x86_64
1.0.20-5.el6 redhat63 233 k
 pulseaudio-libsx86_64
0.9.21-13.el6redhat63 462 k
 rhino  noarch
1.7-0.7.r2.2.el6 redhat63 778 k
 tzdata-javanoarch
2012c-1.el6  redhat63 154 k

Transaction Summary
===
Install  11 Package(s)






-- 
ViVek Raghuwanshi
Mobile -+91-09595950504
Skype - vivek_raghuwanshi
IRC vivekraghuwanshi
http://vivekraghuwanshi.wordpress.com/
http://in.linkedin.com/in/vivekraghuwanshi


Re: [HACKERS] [GENERAL] problem in installation of postgresql-jdbc

2013-09-11 Thread Vivek Singh Raghuwanshi
java version 1.6.0_33 is already installed but after firing yum install
postgresql-jdbc
java-1.6.0-openjdk is also going to installed as dependencies.


On Wed, Sep 11, 2013 at 1:53 PM, Albe Laurenz laurenz.a...@wien.gv.atwrote:

 Vivek Singh Raghuwanshi wrote:
  I am trying to install postgresql-jdbc but facing java error.

 It would be helpful to know which error you are facing.

 Yours,
 Laurenz Albe




-- 
ViVek Raghuwanshi
Mobile -+91-09595950504
Skype - vivek_raghuwanshi
IRC vivekraghuwanshi
http://vivekraghuwanshi.wordpress.com/
http://in.linkedin.com/in/vivekraghuwanshi


[HACKERS] Error Building rpm

2013-01-20 Thread Vivek Singh Raghuwanshi
Hi All,

I am trying to build rpm of PostgreSQL, and the approach is building rpm for
1. CentOS 6+
2. Fedora 15+
3. RedHat 6+
4. OpenSUSE
5. SuSE

via single spec file and not using any external rpm or repo while building

the problem i am facing right now is there is some dependencies which is
now not provided by RedHat and SUSE

1. SLE_11_SP2
perl-ExtUtils-Embed,
uuid-devel,
openldap-devel  (For this i am using openldap2-devel its working fine so no
problem)

2.openSUSE_12.2
 perl-ExtUtils-Embed,
 openldap-devel  (For this i am using openldap2-devel its working fine so
no problem)

3.RedHat_RHEL-6
 uuid-devel  (Now RedHat is not providing this rpm)

If i am installing uuid-devel from external source i am able to build rpm
but how to build without installing it from external repo.
now redhat is giving libuuid.

and Suse is not having perl-ExtUtils-Embed rpm.

Please advised.


-- 
ViVek Raghuwanshi
Mobile -+91-09595950504
Skype - vivek_raghuwanshi
IRC vivekraghuwanshi
http://vivekraghuwanshi.wordpress.com/
http://in.linkedin.com/in/vivekraghuwanshi


Re: [HACKERS] Error Building rpm

2013-01-20 Thread Vivek Singh Raghuwanshi
Thanks Devrim,

But i am trying to achieve this via multiple if conditions , can you send
me your redhat and suse spec files.

On Mon, Jan 21, 2013 at 11:09 AM, Devrim GÜNDÜZ dev...@gunduz.org wrote:


 Hi,

 On Mon, 2013-01-21 at 10:53 +0530, Vivek Singh Raghuwanshi wrote:
  I am trying to build rpm of PostgreSQL, and the approach is building
  rpm for
  1. CentOS 6+
  2. Fedora 15+
  3. RedHat 6+
  4. OpenSUSE
  5. SuSE
 
  via single spec file and not using any external rpm or repo while
  building

 Building RPMs using a single spec file is almost impossible, as I wrote
 you in my previous emails. SuSE has different package names, Fedora 15+
 has separate init system (systemd), etc. That's why I am keeping
 separate copies of each spec file for Fedora and its derivatives (RHEL,
 SL, CentOS) separately.
 --
 Devrim GÜNDÜZ
 Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
 PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
 Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
 http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz




-- 
ViVek Raghuwanshi
Mobile -+91-09595950504
Skype - vivek_raghuwanshi
IRC vivekraghuwanshi
http://vivekraghuwanshi.wordpress.com/
http://in.linkedin.com/in/vivekraghuwanshi


Re: [HACKERS] Error Building rpm

2013-01-20 Thread Vivek Singh Raghuwanshi
On Mon, Jan 21, 2013 at 12:11 PM, Devrim GÜNDÜZ dev...@gunduz.org wrote:


 Hi,

 On Mon, 2013-01-21 at 11:33 +0530, Vivek Singh Raghuwanshi wrote:

  But i am trying to achieve this via multiple if conditions , can you
  send me your redhat and suse spec files.

 As I have emailed you before, spec files,etc. are at
 http://svn.pgrpms.org/repo


Spec file for SuSE is only for 8.4 not for 9.2+


 Regards,
 --
 Devrim GÜNDÜZ
 Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
 PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
 Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
 http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz




-- 
ViVek Raghuwanshi
Mobile -+91-09595950504
Skype - vivek_raghuwanshi
IRC vivekraghuwanshi
http://vivekraghuwanshi.wordpress.com/
http://in.linkedin.com/in/vivekraghuwanshi


Re: [HACKERS] Features of Postgresql and Postgres-xc with MySQL

2012-05-02 Thread Vivek Singh Raghuwanshi
Thanks this is very helpful

Regards
ViVek

On Thu, May 3, 2012 at 4:57 AM, Michael Paquier
michael.paqu...@gmail.comwrote:

 On Wed, May 2, 2012 at 2:37 PM, Vivek Singh Raghuwanshi 
 vivekraghuwan...@gmail.com wrote:

 Please send me the link or white papers from where i can get information
 like.
 3. Feature comparison of PostgreSQL and Postgres-XC
 4. and can we use Postgres-XC in production with mission critical env
 with heavy load

 If you are looking for some white papers about Postgres-XC:
 - some presentation documents done by people:
 http://sourceforge.net/projects/postgres-xc/files/Presentation/
 - some publications:
 http://sourceforge.net/projects/postgres-xc/files/Publication/
 - some presentations I did about the project:
 http://michael.otacoo.com/presentations/conferences/

 Hope this helps.
 Regards,
 --
 Michael Paquier
 http://michael.otacoo.com




-- 
ViVek Raghuwanshi
Mobile -+91-09595950504

Skype - vivek_raghuwanshi


[HACKERS] Features of Postgresql and Postgres-xc with MySQL

2012-05-01 Thread Vivek Singh Raghuwanshi
Hi All,

Please forward this mail to the correct mailing list if this is not a right
place,

Please send me the link or white papers from where i can get information
like.
1. Feature comparison in between PostgreSQL 9.x with MySql or MariaDB
2. if possible specially with DBaaS
3. Feature comparison of PostgreSQL and Postgres-XC
4. and can we use Postgres-XC in production with mission critical env with
heavy load

-- 
ViVek Raghuwanshi
Mobile -+91-09595950504

Skype - vivek_raghuwanshi


[HACKERS] Keystone auth in PostgreSQL

2012-03-14 Thread Vivek Singh Raghuwanshi
Hi All,

Can i use keystone auth with PostgreSQL, it is very helpful when i am
using OpenStack as a cloud service and implement DBaaS.

-- 
ViVek Raghuwanshi
Mobile -+91-09595950504

Skype - vivek_raghuwanshi

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers