Loading functions

From: "Kieran McCusker" <kieran(dot)mccusker(at)kwest(dot)info>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Loading functions
Date: 2004-08-26 13:28:17
Message-ID: 000901c48b70$8c70d7a0$8c00a8c0@Kieran
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ericson Smith 2004-08-26 13:47:26 Time is off in PG server
Previous Message Steve Lane 2004-08-26 12:17:02 Odd double queries continues