Loading functions - Mailing list pgsql-admin

From Kieran McCusker
Subject Loading functions
Date
Msg-id 000901c48b70$8c70d7a0$8c00a8c0@Kieran
Whole thread Raw
Responses Re: Loading functions  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-admin
Hi

My biggest bugbear with Postgresql is the double quoting when writing
functions.  Has anyone suggested a possible syntax such as :-

create or replace function sp_AddContact(varchar)
returns integer from '<filename>' LANGUAGE 'plpgsql';

This would remove the issue with parsing for begin...ends (or whatever the
language was using)

Just a thought

Kieran


pgsql-admin by date:

Previous
From: Christopher Browne
Date:
Subject: Re: vacuum pg_attribute causes high load
Next
From: Andrew Farmer
Date:
Subject: Re: 7.3.4 Table corruption