Re: Create function statement with insert statement - Mailing list pgsql-sql

From Susan Hoddinott
Subject Re: Create function statement with insert statement
Date
Msg-id 002b01c2ea5b$b0e95380$1f84fea9@oemcomputer
Whole thread Raw
In response to Re: Create function statement with insert statement  (Christoph Haller <ch@rodos.fzk.de>)
List pgsql-sql
Yes.

I can select from this table although the output is slightly different:
lanname  | lanispl | lanpltrusted | lanplcallfoid | lancompiler
----------+---------+--------------+---------------+-------------internal | f       | f            |             0 |
n/aC       | f       | f            |             0 | /bin/ccsql      | f       | f            |             0 |
postgres
(3 rows)


Regards


----- Original Message -----
From: "Christoph Haller" <ch@rodos.fzk.de>
To: <pgsql-sql@postgresql.org>
Cc: <susan@hexworx.com>
Sent: Friday, March 14, 2003 11:05 PM
Subject: Re: [SQL] Create function statement with insert statement


> >
> > Hi Chris,
> >
> > Thanks for your efforts but seems like something very odd is going on
> > because even though I commented out the constraints I still received
> the
> > parse errors.
> >
> > I searched the archives but looked for references to triggers and
> functions
> > rather than parse errors.
> >
> > Regards
> >
> Susan,
>
> Could you check if the SQL procedural language is available at all by
>
> select * from pg_language ;
>  lanname  | lanispl | lanpltrusted | lanplcallfoid | lanvalidator |
> lanacl
> ----------+---------+--------------+---------------+--------------+-------
-
>
>  sql      | f       | t            |             0 |         2248 | {=U}
>
>  internal | f       | f            |             0 |         2246 | {=}
>  c        | f       | f            |             0 |         2247 | {=}
> (3 rows)
>
> These three should show up by default; Maybe somebody dropped it
> accidentally.
>
> Regards, Christoph
>



pgsql-sql by date:

Previous
From: "Susan Hoddinott"
Date:
Subject: Re: Create function statement with insert statement
Next
From: Joe Conway
Date:
Subject: Re: Create function statement with insert statement