Re: Create function statement with insert statement
| От | Susan Hoddinott |
|---|---|
| Тема | Re: Create function statement with insert statement |
| Дата | |
| Msg-id | 002b01c2ea5b$b0e95380$1f84fea9@oemcomputer обсуждение исходный текст |
| Ответ на | Re: Create function statement with insert statement (Christoph Haller <ch@rodos.fzk.de>) |
| Список | 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 по дате отправления: