[GENERAL] Re: [GENERAL] Re: Reply: Reply: [GENERAL] 回复: [GENERAL] Can't create plpython language

2013-07-19 Thread Raghavendra
On Fri, Jul 19, 2013 at 1:30 PM, John R Pierce wrote: > On 7/19/2013 12:12 AM, Raghavendra wrote: > >> ... its interesting, why your replies populate as distinct thread rather >> than of continuing one >> > > the mailer they are using isn't generating 'In-Reply-To' and/or > 'References' headers.

Re: [GENERAL] Re: Reply: Reply: [GENERAL] 回复: [GENERAL] Can't create plpython language

2013-07-19 Thread John R Pierce
On 7/19/2013 12:12 AM, Raghavendra wrote: ... its interesting, why your replies populate as distinct thread rather than of continuing one the mailer they are using isn't generating 'In-Reply-To' and/or 'References' headers. -- john r pierce 37N 122W some

[GENERAL] Re: Reply: Reply: [GENERAL] 回复: [GENERAL] Can't create plpython language

2013-07-19 Thread Raghavendra
; > *Send time:* Tuesday, Jul 16, 2013 4:53 PM > *To:* "guxiaobo1982"; ** > *Cc:* "Jov"; "Michael Paquier"; > "pgsql-general"; "Asif Naeem"< > asif.na...@enterprisedb.com>; ** > *Subject:* Re: Reply: [GENERAL] 回复: [GENERAL] Can&#

[GENERAL] Reply: Reply: [GENERAL] ?????? [GENERAL] Can't create plpython language

2013-07-17 Thread guxiaobo1982
PATH=$PYTHONHOME/lib:$LD_LIBRARY_PATH -- Original -- Sender: "Raghavendra"; Send time: Tuesday, Jul 16, 2013 4:53 PM To: "guxiaobo1982"; Cc: "Jov"; "Michael Paquier"; "pgsql-general"; "Asif Naeem"; Sub

[GENERAL] Re: Reply: [GENERAL] 回复: [GENERAL] Can't create plpython language

2013-07-16 Thread Raghavendra
t;; "Asif Naeem"< > asif.na...@enterprisedb.com>; ** > *Subject: * Re: Reply: [GENERAL] 回复: [GENERAL] Can't create plpython > language > > On Wed, Jul 10, 2013 at 7:36 AM, guxiaobo1982 wrote: > >> I am using PostgreSQL 9.3 beta 2 >> >> [

[GENERAL] Re: Reply: [GENERAL] ?????? [GENERAL] Can't create plpython language

2013-07-15 Thread guxiaobo1982
Naeem"; Subject: Re: Reply: [GENERAL] ?? [GENERAL] Can't create plpython language On Wed, Jul 10, 2013 at 7:36 AM, guxiaobo1982 wrote: I am using PostgreSQL 9.3 beta 2 [postgres@lix Multicorn-master]$ psql psql (9.3beta2) Type "help" for help. postgres=# It d

[GENERAL] Re: Reply: [GENERAL] 回复: [GENERAL] Can't create plpython language

2013-07-11 Thread Raghavendra
On Wed, Jul 10, 2013 at 7:36 AM, guxiaobo1982 wrote: > I am using PostgreSQL 9.3 beta 2 > > [postgres@lix Multicorn-master]$ psql > psql (9.3beta2) > Type "help" for help. > > postgres=# > > > It does not work with > ActivePython3.2(ActivePython-3.2.2.3-linux-x86_64.tar.gz), Which version of > Po

[GENERAL] Reply: [GENERAL] ?????? [GENERAL] Can't create plpython language

2013-07-09 Thread guxiaobo1982
Xiaobo Gu -- Original -- Sender: "Raghavendra"; Send time: Tuesday, Jul 9, 2013 8:00 PM To: "guxiaobo1982"; Cc: "Jov"; "Michael Paquier"; "pgsql-general"; Subject: Re: [GENERAL] ?? [GENERAL] Can't create plpython lang

[GENERAL] Re: [GENERAL] 回复: [GENERAL] Can't create plpython language

2013-07-09 Thread Raghavendra
; for help. postgres=# create language plpython3u; CREATE LANGUAGE postgres=# --- Regards, Raghavendra EnterpriseDB Corporation Blog: http://raghavt.blogspot.com/ > -- 原始邮件 -- > *发件人:* "Jov"; > *发送时间:* 2013年7月5日(星期五) 上午7:59 > *收件人:* "Mi

Reply: [GENERAL] Can't create plpython language

2013-07-05 Thread guxiaobo1982
thon3": No such file or directory postgres=# create language plpython2u; CREATE LANGUAGE postgres=# -- Original -- Sender: "Jov"; Send time: Friday, Jul 5, 2013 7:59 AM To: "Michael Paquier"; Cc: "guxiaobo1982"; &qu

[GENERAL] ?????? [GENERAL] Can't create plpython language

2013-07-04 Thread guxiaobo1982
or directory postgres=# \q There are python 2.4.3 and python3.2 on the same machine,. -- -- ??: "Jov"; : 2013??7??5??(??) 7:59 ??: "Michael Paquier"; ????: ""; "pgsql-general"; : Re: [GE

Re: [GENERAL] Can't create plpython language

2013-07-04 Thread Jov
try the postgresql official rpm package for centos 5: http://yum.postgresql.org/9.2/redhat/rhel-5-x86_64/pgdg-centos92-9.2-6.noarch.rpm or build your own from source. Jov blog: http:amutu.com/blog 2013/7/5 Michael Paquier > On Thu, Jul 4, 2013 at 6:26 PM, guxiaobo1982

Re: [GENERAL] Can't create plpython language

2013-07-04 Thread Michael Paquier
On Thu, Jul 4, 2013 at 6:26 PM, guxiaobo1982 wrote: > Hi, > > I am running PostgreSQL 9.2.4.1 (from EnterpriseDB) on CENTOS 5.9 X64 > server, I got the following errors when trying to create the python language > handler, can you help with this, thanks in advance. If this is PPAS, as the version n

Re: [GENERAL] Can't create plpython language

2013-07-04 Thread Adrian Klaver
On 07/04/2013 02:26 AM, guxiaobo1982 wrote: Hi, I am running PostgreSQL 9.2.4.1 (from EnterpriseDB) on CENTOS 5.9 X64 server, I got the following errors when trying to create the python language handler, can you help with this, thanks in advance. Did you install the plpython language as part

[GENERAL] Can't create plpython language

2013-07-04 Thread guxiaobo1982
Hi, I am running PostgreSQL 9.2.4.1 (from EnterpriseDB) on CENTOS 5.9 X64 server, I got the following errors when trying to create the python language handler, can you help with this, thanks in advance. [postgres@lix ~]$ psql Password: psql.bin (9.2.4) Type "help" for help. No entry for t