On Tue, Jan 23, 2007 at 10:47:13 -0600,
  "Negandhi, Nishith" <[EMAIL PROTECTED]> wrote:
> Hi,
> In SQL Server there is a PRINT command that returns a user-defined
> message to the client.  
> What is the equivalent of this on postgresql .??

Can you explain more about what you are looking for?
If you just want to return a row with a string in it you can use:
SELECT 'Your string here';

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to