Help with command syntax? - Mailing list pgsql-admin

From Carol Walter
Subject Help with command syntax?
Date
Msg-id 658CC899-491C-4388-B440-23422C30D9D2@indiana.edu
Whole thread Raw
Responses Re: Help with command syntax?  ("Scott Whitney" <swhitney@journyx.com>)
Re: Help with command syntax?  (Alexander Stanier <alexander.stanier@egsgroup.com>)
Re: Help with command syntax?  (isk <isk@rdw.ru>)
List pgsql-admin
Greetings,

Can someone help me with the syntax for running a postgres function
from the within psql?  I need to know the size of several databases.
The postgres documentation says there is a function that will do what
I need.  The function is pg_database_size(name).  I tried select
pg_database-_size(km).  The response I get says there is no column
"km".  I think I must be using the wrong syntax, but haven't found a
reference to what the correct syntax is.

Thanks,
Carol Walter

pgsql-admin by date:

Previous
From: Vishal Arora
Date:
Subject: Re: Security Query
Next
From: "Scott Whitney"
Date:
Subject: Re: Help with command syntax?