Re: Why I cannot call a function from within an SQL function?

From: Eus <eus(at)member(dot)fsf(dot)org>
To: Miguel Ángel MF <michelangelo13(at)gmail(dot)com>
Cc: Postgresql General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Why I cannot call a function from within an SQL function?
Date: 2009-02-20 13:31:07
Message-ID: 967328.34064.qm@web37602.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Ho!

--- On Fri, 2/20/09, Miguel Ángel MF <michelangelo13(at)gmail(dot)com> wrote:

> I'm no expert, but:
> i might say U should Escape the ` ' ´ char in
> "(select split_part(category,
> '-', 2) " using something like "(select
> split_part(category, \'-\', 2)" or
> however it should be...

Yes, you are right!
Thank you for telling me this.
I had been looking for this information for half an hour.

> A: Because it messes up the order in which people normally
> read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
>
>
>
> http://www.brainyquote.com/quotes/authors/m/muhammad_ali.html
>
> http://www.brainyquote.com/quotes/authors/e/emma_goldman.html
>
> http://www.brainyquote.com/quotes/authors/m/michelangelo.html
>
>
>
>
> Bill Watterson - "There is not enough time to do all
> the nothing we want to
> do."

Best regards,
Eus (FSF member #4445)

In this digital era, where computing technology is pervasive, your freedom depends on the software controlling those computing devices.

Join free software movement today! It is free as in freedom, not as in free beer!

Join: http://www.fsf.org/jf?referrer=4445

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Eus 2009-02-20 13:36:24 Re: Why I cannot call a function from within an SQL function?
Previous Message Marc Schablewski 2009-02-20 13:23:26 Re: Why I cannot call a function from within an SQL function?