Re: SOME PL/PGSQL PROBLEMS

From: Jie Liang <jliang(at)ipinc(dot)com>
To: datactrl <quals(at)bigfoot(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: SOME PL/PGSQL PROBLEMS
Date: 2001-03-23 18:08:15
Message-ID: Pine.BSF.4.10.10103231000220.29016-100000@tidal.ipinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


You blame something should not be blamed.

Jie LIANG

St. Bernard Software

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang(at)ipinc(dot)com
www.stbernard.com
www.ipinc.com

On Fri, 23 Mar 2001, datactrl wrote:

> I found there are some problems with PL/pgSQL.
> 1) 'Drop Table' doesn't work at all
In general, PLSQL can only take DML instead of DDL.

> 2) '--' comment causes parsing error
Not true.
> 3) Execute doesn't work at all. It always causes parsing error!
I havn't tested, I cannot say.
>
> Some questions
> 1) Can I use variable in FROM clause for a table name?
No, table name cannot be a variable except in execute statement.
> 2) Can I use variable in WHERE such as xxx = variable?
Same as 1).
>
> JACK
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jan Wieck 2001-03-23 18:09:49 Re: creating "job numbers"
Previous Message Jan Wieck 2001-03-23 18:02:31 Re: trigger output to a file