Going beyond sql - Mailing list pgsql-general

From Jon
Subject Going beyond sql
Date
Msg-id 42EFDCA8.1080007@iprimus.com.au
Whole thread Raw
Responses Re: Going beyond sql
Re: Going beyond sql
List pgsql-general
Hi,

I'd like to run some scripts against a postgres database but has more
than just standard SQL commands. I'd like to be able to use conditional
statements (i.e. if .. .then ... ) and such. I had a look and can see
that I could use pgplsql for this. However it seems that it must be part
of a function. Is there any way of doing this without the function
coating as these commands would be a once off?

Jon.

pgsql-general by date:

Previous
From: Kevin Murphy
Date:
Subject: How to explode an array into multiple rows
Next
From: "DracKewl"
Date:
Subject: Re: Cursor Issue??