Re: Issue with a variable in a function

Поиск
Список
Период
Сортировка
От David Johnston
Тема Re: Issue with a variable in a function
Дата
Msg-id 006801cc9e3b$bb177ec0$31467c40$@yahoo.com
обсуждение исходный текст
Ответ на Issue with a variable in a function  (tlund79 <thomas.lund@eniro.no>)
Ответы Re: Issue with a variable in a function  (tlund79 <thomas.lund@eniro.no>)
Список pgsql-sql
-----Original Message-----
From: pgsql-sql-owner@postgresql.org [mailto:pgsql-sql-owner@postgresql.org]
On Behalf Of tlund79
Sent: Tuesday, November 08, 2011 8:17 AM
To: pgsql-sql@postgresql.org
Subject: [SQL] Issue with a variable in a function


The issue relates to the variable "prosjektkode" ($4). 

CREATE OR REPLACE FUNCTION ppr_data(aarstall int, frauke int, tiluke int,
prosjektkode int) RETURNS int AS $$ DECLARE antall bigint;

-----------/Original Message----------

Read about "ARRAY"s

Change your function signature to something like:

CREATE OR REPLACE FUNCTION ppr_data(aarstall int, frauke int, tiluke int,
prosjektkode int[] )  -- Note the change to int[] from int for prosjektkode

David J.




В списке pgsql-sql по дате отправления:

Предыдущее
От: Sylvain Mougenot
Дата:
Сообщение: Re: Partitionning + Trigger and Execute not working as expected
Следующее
От: Russell Keane
Дата:
Сообщение: Updatable view should truncate table fields