[Pljava-dev] Problem with formatting pgsql functions

From: herbrand(dot)hofker at uwiss(dot)com (Herbrand Hofker)
To:
Subject: [Pljava-dev] Problem with formatting pgsql functions
Date: 2012-09-05 06:05:41
Message-ID: CA+WUh=wL5zbvfaZj0Yh6qv0rqT1s14Xuxxy3OAa5KrWFWqMN_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

If I do:

"create function ...."
in pgadmin or through jdbc , newlines etc are preserved.

But If I do
create function ...
from within pljava, it works BUT
most formatting is gone.

Is there some solution for this?

PS
In my case I have to do "create function ..." dynamically from within
pljava.

Herbrand Hofker
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20120905/c8bb3d37/attachment.html>

Browse pljava-dev by date

  From Date Subject
Next Message Rural Hunter 2012-09-06 07:54:02 [Pljava-dev] Closing forgotten statement?
Previous Message Adam 2012-08-28 10:01:30 [Pljava-dev] Can't figure out: "ERROR: Unable to find static method test.AccessFunctions.echoTest with signature (Ljava/lang/String; )Ljava/lang/String; "