Re: [GENERAL] What language is faster, C or PL/PgSQL?

2013-02-04 Thread Pavel Stehule
2013/2/5 Bruce Momjian : > On Mon, Feb 4, 2013 at 08:33:02AM -0600, Merlin Moncure wrote: >> On Sat, Feb 2, 2013 at 11:36 AM, Carlo Stonebanks >> wrote: >> > Here is an advantage Plpgsql has: >> > http://www.postgresql.org/docs/9.1/static/plpgsql-expressions.html >> > >> > I guess you can offset

Re: [GENERAL] What language is faster, C or PL/PgSQL?

2013-02-04 Thread Carlo Stonebanks
13 12:06 AM To: Merlin Moncure Cc: Carlo Stonebanks; kesco...@estudiantes.uci.cu; pgsql-general@postgresql.org Subject: Re: [GENERAL] What language is faster, C or PL/PgSQL? On Mon, Feb 4, 2013 at 08:33:02AM -0600, Merlin Moncure wrote: > On Sat, Feb 2, 2013 at 11:36 AM, Carlo Stonebanks

Re: [GENERAL] What language is faster, C or PL/PgSQL?

2013-02-04 Thread Bruce Momjian
On Mon, Feb 4, 2013 at 08:33:02AM -0600, Merlin Moncure wrote: > On Sat, Feb 2, 2013 at 11:36 AM, Carlo Stonebanks > wrote: > > Here is an advantage Plpgsql has: > > http://www.postgresql.org/docs/9.1/static/plpgsql-expressions.html > > > > I guess you can offset this by creating your own prepare

Re: [GENERAL] What language is faster, C or PL/PgSQL?

2013-02-04 Thread Merlin Moncure
On Sat, Feb 2, 2013 at 11:36 AM, Carlo Stonebanks wrote: > Here is an advantage Plpgsql has: > http://www.postgresql.org/docs/9.1/static/plpgsql-expressions.html > > I guess you can offset this by creating your own prepared statements in C. > Otherwise, I can’t think of how C could be slower. I wo

Re: [GENERAL] What language is faster, C or PL/PgSQL?

2013-02-02 Thread Carlo Stonebanks
them – e.g. math and string processing. From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Karel Riverón Escobar Sent: February 2, 2013 10:42 AM To: pgsql-general@postgresql.org Subject: [GENERAL] What language is faster, C or PL/PgSQL? Hi people

Re: [GENERAL] What language is faster, C or PL/PgSQL?

2013-02-02 Thread Ovnicraft
On Sat, Feb 2, 2013 at 10:42 AM, Karel Riverón Escobar < kesco...@estudiantes.uci.cu> wrote: > Hi people, > > I need to write an algorithm for processing large amounts of data. I want > to write a function on PgAdmin 3 to solve my problem. I need to know what > language should be used, C or PL/Pg

[GENERAL] What language is faster, C or PL/PgSQL?

2013-02-02 Thread Karel Riverón Escobar
Hi people, I need to write an algorithm for processing large amounts of data. I want to write a function on PgAdmin 3 to solve my problem. I need to know what language should be used, C or PL/PgSQL? Needless to say, what I need is quickly. What language is faster, C or PL/PgSQL? Greetings,

Re: [GENERAL] What language

2000-11-17 Thread Alfred Perlstein
* Enrico Comini <[EMAIL PROTECTED]> [001117 04:04] wrote: > I use postgres with php3. Now I have to write some little applications. > What language I can use ? > Give me a valid idea. Perl should work, you just need to install the postgresql module. -- -Alfred Perlstein - [[EMAIL PROTECTED]|[EM

Re: [GENERAL] What language

2000-11-17 Thread Adam Lang
L PROTECTED]> Sent: Friday, November 17, 2000 7:10 AM Subject: [GENERAL] What language > I use postgres with php3. Now I have to write some little applications. > What language I can use ? > Give me a valid idea. > Thanks