how to change line terminator

From: Siddharth Saha <siddharthsaha(at)drishti-soft(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: how to change line terminator
Date: 2010-07-08 10:52:02
Message-ID: AANLkTilLLJ2qHQ-ma736nLuKcQsgtM4V3HRKEMXs7nzu@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

how to change line terminator/delimiter. Currently for me it is semicolon.
So when I am writing a function on the CLI, it stops when encountering a
semicolon in a statement like

val := 1;

before the function end.

-Siddharth

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message A. Kretschmer 2010-07-08 11:13:40 Re: Returning more than one value from a stored procedure
Previous Message Tim Landscheidt 2010-07-08 10:49:44 Re: Returning more than one value from a stored procedure