[GENERAL] $Body$

2009-08-30 Thread bilal ghayyad
Hi List; What does it mean the $BODY$ when writing the function? In other words: why to use the $ sign? Regards Bilal -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] $Body$

2009-08-30 Thread bilal ghayyad
this will not be needed in the dolar-quoted string? Regards Bilal --- On Sun, 8/30/09, David Fetter wrote: > From: David Fetter > Subject: Re: [GENERAL] $Body$ > To: "bilal ghayyad" > Cc: pgsql-general@postgresql.org > Date: Sunday, August 30, 2009, 6:44 PM > On Sun

[GENERAL] Query and the number of row result

2009-08-30 Thread bilal ghayyad
Hi All; After doing a SELECT query, how can I know the number of returned rows from this query? If it returned 5 rows or 1 row or non? Regards Bilal -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/ma

Re: [GENERAL] Query and the number of row result

2009-08-30 Thread bilal ghayyad
Postgresql. Is there alot of Postgresql? How can I know mine? Regards Bilal --- On Sun, 8/30/09, David Fetter wrote: > From: David Fetter > Subject: Re: [GENERAL] Query and the number of row result > To: "bilal ghayyad" > Cc: pgsql-general@postgresql.org > Date: Su

Re: [GENERAL] Query and the number of row result

2009-08-31 Thread bilal ghayyad
Just writing a Function in the PostgreSQL it self (so it is sql scripting). It is not from any development language. Regards Bilal --- On Sun, 8/30/09, David Fetter wrote: > From: David Fetter > Subject: Re: [GENERAL] Query and the number of row result > To: "bilal ghayyad

Re: [GENERAL] Query and the number of row result

2009-08-31 Thread bilal ghayyad
ry and the number of row result > To: "bilal ghayyad" > Cc: pgsql-general@postgresql.org > Date: Monday, August 31, 2009, 10:21 AM > Which client do you use to access to > db? GUI (pgAdmin?)? Command-line? > Either way, it should give you row number... > > -Ori