On Wednesday 24 September 2003 16:22, Miklos Keresztes wrote: > Hello, > Is any way to use the plpgsql outside of functions? I > want to create a SQL script file using plpgsql for use > with pgAdmin query window.
No - plpgsql will only be parsed as the body of a function. You can always create the function, call it, then drop the function. -- Richard Huxton Archonet Ltd ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])