From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Hannu Krosing <hannu(at)tm(dot)ee> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Thomas Lockhart <lockhart(at)fourpalms(dot)org>, PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: SQL99, CREATE CAST, and initdb |
Date: | 2002-06-27 14:55:19 |
Message-ID: | 25680.1025189719@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hannu Krosing <hannu(at)tm(dot)ee> writes:
> Are the docs on our schema usage already available someplace ?
Yes, although there's not a pulled-together introduction (someone needs
to write a section for the tutorial, I think). Try
http://developer.postgresql.org/docs/postgres/sql-naming.html
and see the SEARCH_PATH variable at
http://developer.postgresql.org/docs/postgres/runtime-config.html#RUNTIME-CONFIG-GENERAL
as well as the schema-aware rules for resolution of overloaded functions
and operators:
http://developer.postgresql.org/docs/postgres/typeconv-func.html
http://developer.postgresql.org/docs/postgres/typeconv-oper.html
also various new functions at
http://developer.postgresql.org/docs/postgres/functions-misc.html
http://developer.postgresql.org/docs/postgres/datatype-oid.html
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-06-27 15:07:29 | Re: Can't read archives anymore :-( |
Previous Message | Marc G. Fournier | 2002-06-27 14:54:24 | Re: Can't read archives anymore :-( |