| From: | "Morris, Roy" <rmorris(at)internetsecure(dot)com> |
|---|---|
| To: | <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Missing Functions |
| Date: | 2010-07-26 15:38:26 |
| Message-ID: | 19BA112CA339EB47B0E90EBAE50D132D089048A5@exch1.internal.priv |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Hi, I know I am probably doing something retarded but can anyone tell me
why I don't see any functions? Shouldn't there be a bunch of standard
system functions?
psql (8.4.3)
You are now connected to database "postgres".
postgres=# \df
List of functions
Schema | Name | Result data type | Argument data types | Type
--------+------+------------------+---------------------+------
(0 rows)
Here's what I have installed
[root(at)spontreportdb rmorris]# rpm -qa |grep postgr
postgresql-8.4.3-1PGDG.rhel5
postgresql-pltcl-8.4.3-1PGDG.rhel5
postgresql-docs-8.4.3-1PGDG.rhel5
postgresql-server-8.4.3-1PGDG.rhel5
postgresql-plperl-8.4.3-1PGDG.rhel5
postgresql-libs-8.4.3-1PGDG.rhel5
postgresql-contrib-8.4.3-1PGDG.rhel5
postgresql-plpython-8.4.3-1PGDG.rhel5
postgresql-devel-8.4.3-1PGDG.rhel5
compat-postgresql-libs-4-1PGDG.rhel5
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Wood | 2010-07-26 15:59:29 | Re: Select only active entries |
| Previous Message | Rob Richardson | 2010-07-26 15:03:42 | Re: Select only active entries |