On Fri, 2002-11-29 at 19:08, yudha wrote:
> Then how could i make it (SCHEMA)..??
> There are many tables split on 4 databases on my previous
> databases (MS-SQL Server). Could you give me more
> explanations about PostgreSQL-Schema. I've tried to search
> about schema on many url but i still d
Thank's for Milist's advices,
Dear Oliver Elphick
<[EMAIL PROTECTED]>,
You Wrote ;>You cannot read from another database. In 7.3,
you can have multiple>schemas in one database and the syntax for reading
a file from another>schema is:
> SELECT * FROM
schema.table...