[GENERAL] https://www.postgresql.org/ftp/source/v10.0/ distribution IS different than git tag REL_10_0

2017-10-08 Thread Andre Mikulec
.bz2 different (and not compile ) compared to the git tag REL_10_0 distribution that does compile? Thanks, Andre Mikulec andre_miku...@hotmail.com

[GENERAL] trying to program in PostgreSQL C a statistics function

2017-06-11 Thread Andre Mikulec
--- However in my case, I have this adjustement "case when measure > 0.00 then 0.00 else measure end" So the case seems that I need access to 'X' but access to sumX and sumX2 are only shown. How would I get accress to X? May anyone point me to a simple good work

[GENERAL] Solution: On Windows with Mingw, how to Install PostgreSQL with zlib, pltcl, plperl, and plpython

2016-10-30 Thread Andre Mikulec
more powerful Language distributions ( other than the ones that were mentioned earlier ) Activestate TCL ACTIVETCL COMMUNITY EDITION DOWNLOAD http://www.activestate.com/activetcl/downloads Strawberry Perl http://strawberryperl.com/ WinPython https://winpython.github.io/ Andre Mikulec andre_miku...@hotmail.com

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-24 Thread Andre Mikulec
May strait answer is true. 1. I need to change the width of all of my tables because I have very wide data. There is a compile-time parameter for that. 2. I need to debug, compile and install a modified version of the PostgreSQL extension pl/r. Andre Mikulec andre_miku...@hotmail.com

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-24 Thread Andre Mikulec
Never mind. I figured it out. Soon I will write up a summary. Andre Mikulec andre_miku...@hotmail.com From: Andre Mikulec Sent: Sunday, October 23, 2016 7:05 PM To: pgsql-general@postgresql.org Cc: Tom Lane Subject: Re: [GENERAL] configure PostgreSQL with

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-24 Thread Andre Mikulec
Never mind. I figured it out. Soon, I will write up a summary. Andre Mikulec andre_miku...@hotmail.com From: Adrian Klaver Sent: Sunday, October 23, 2016 7:18 PM To: Andre Mikulec; pgsql-general@postgresql.org Cc: Tom Lane Subject: Re: [GENERAL] configure

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-23 Thread Andre Mikulec
src\interfaces\libpq/fe-misc.c:603: undefined reference to `win32_htonl' collect2.exe: error: ld returned 1 exit status make[3]: *** [libpq.dll] Error 1 make[3]: Leaving directory `/c/postgres-master_0ab9c56_debug/src/interfaces/libpq' make[2]: *** [all-libpq-recurse] Error 2 make

Re: [GENERAL] make PostgreSQL with TCLSH: No rule to make target

2016-10-23 Thread Andre Mikulec
$ if {$1 > $2} {return $1} return $2 $$ LANGUAGE pltcl STRICT; select tcl_max(5,3); postgres=# select tcl_max(5,3); tcl_max - 5 (1 row) Thanks, Andre Mikulec andre_miku...@hotmail.com ________ From: Tom Lane Sent: Thursday, October 20, 2016 10:18

Re: [GENERAL] configure PostgreSQL with the python: distutils module not found

2016-10-20 Thread Andre Mikulec
postgresql.org/docs/9.5/static/plpython-funcs.html Last, I did a very simple test. postgres=# select pymax(5,3); pymax --- 5 (1 row) Thanks, Andre Mikulec andre_miku...@hotmail.com From: Tom Lane Sent: Thursday, October 20, 2016 10:03 AM To: A

Re: [GENERAL] configure PostgreSQL with the python: distutils module not found

2016-10-20 Thread Andre Mikulec
Adrian, I am sorry. I am not trying to use the Language Packs, to build my own custom version of a Language. I mispoke myself. Thanks, Andre Mikulec andre_miku...@hotmail.com From: Adrian Klaver Sent: Thursday, October 20, 2016 9:58 AM To: Andre Mikulec

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-20 Thread Andre Mikulec
Tom, I m getting this. TargetUser@TARGETMACH ~ $ perl -v This is perl, v5.8.8 built for msys-64int 5.8.8 is not right. See later emails. Andre Mikulec andre_miku...@hotmail.com From: Tom Lane Sent: Thursday, October 20, 2016 9:54 AM To: Andre Mikulec Cc

[GENERAL] make PostgreSQL with TCLSH: No rule to make target

2016-10-20 Thread Andre Mikulec
c/pl/tcl' make[2]: *** [all-tcl-recurse] Error 2 make[2]: Leaving directory `/c/postgres-master_0ab9c56_debug/src/pl' make[1]: *** [all-pl-recurse] Error 2 make[1]: Leaving directory `/c/postgres-master_0ab9c56_debug/src' make: *** [all-src-recurse] Error 2 I do not know what to do next. Please help. Thank you, Andre Mikulec andre_miku...@hotmail.com

[GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-20 Thread Andre Mikulec
is ."? I do not know what to do next. Please help. Thank you, Andre Mikulec andre_miku...@hotmail.com

[GENERAL] configure PostgreSQL with the python: distutils module not found

2016-10-20 Thread Andre Mikulec
n 5 2016, 16:11:51) [MSC v.1800 64 bit (AMD64)] on w 32 Type "help", "copyright", "credits" or "license" for more information. >>> import distutils >>> Please help. Thank you. Andre Mikulec andre_miku...@hotmail.com