On Sat, Nov 21, 2009 at 1:24 PM, Pavel Stehule <[email protected]> wrote: > 2009/11/21 Merlin Moncure <[email protected]>: >> On Sat, Nov 21, 2009 at 12:36 PM, Andrew Dunstan <[email protected]> wrote: >>>> Perhaps part of the problem is that psql can't interpolate its variable >>>> into strings. Solving that might lessen the impetus for this, and have >>>> other >>>> uses besides. > I am not sure, if I understand well. Can you show some use cases, please?
If I understand Andrew correctly, \set msg world DO $$ BEGIN RAISE NOTICE 'Hello, %', :msg; END $$; -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
