Re: how to use pgsql like mssql

From: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
To: "liuzg2(at)21cn(dot)com" <liuzg2(at)21cn(dot)com>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: how to use pgsql like mssql
Date: 2007-12-27 04:55:55
Message-ID: 162867790712262055m15ec0b50lb21d3333ec14cb03@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello

On 27/12/2007, liuzg2(at)21cn(dot)com <liuzg2(at)21cn(dot)com> wrote:
>
>
> but i do not want use function or procedure
>
> wish this features
>

PostgreSQL doesn't support this feature. You can use procedural
construct only in functions.

Regards
Pavel Stehule

>
>
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Erik Jones 2007-12-27 17:51:59 Re: Advice for generalizing trigger functions
Previous Message Pavel Stehule 2007-12-27 04:54:03 Re: how to use pgsql like mssql