| From: | "Joe Erickson" <jerickson(at)datavantagecorp(dot)com> |
|---|---|
| To: | "hendro" <hendro(at)connexiasolutions(dot)com>, <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: New from mssql. Help please |
| Date: | 2004-05-21 12:40:06 |
| Message-ID: | E850FBD66355494C9DEB0E62363EB68F029FED6B@dtvemail.datavantage.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
In psql, you can do a \da to list aggregate functions, like max() and sum(), and \df to list functions. This is probably not the best way to learn the functions though. A good web site that lists functions is http://www.postgresql.org/docs/7.4/interactive/functions.html
-----Original Message-----
From: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org]On Behalf Of hendro
Sent: Friday, May 21, 2004 3:50 AM
To: pgsql-novice(at)postgresql(dot)org
Subject: [NOVICE] New from mssql. Help please
Hi,
I'm new here.
My major problem is working with functions. (previously I use SQL
Server)
For instance, I haven't find a way to alter a function, or to view
function list.
(any keystroke like \d that will display functions ?)
Can anybody suggest a nice place to start? An URL perhaps?
BTW, \? returns nothing in psql. How come?
Thanks
Hendro
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Manuel Sugawara | 2004-05-21 15:05:08 | Re: Problem with public schema |
| Previous Message | Marcin Gil | 2004-05-21 09:32:57 | Re: postgre -> mysql |