Re: Inserting a record into another table ... inside a - Mailing list pgsql-general

From John DeSoi
Subject Re: Inserting a record into another table ... inside a
Date
Msg-id 33676D94-BD94-11D9-8E98-000A95B03262@pgedit.com
Whole thread Raw
In response to Re: Inserting a record into another table ... inside a  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Inserting a record into another table ... inside a
List pgsql-general
On May 5, 2005, at 11:27 AM, Rich Shepard wrote:

>   Pardon my ignorance, but why wouldn't it work to specify the schema
> with
> the table; e.g., update myschema.table1?

Sure. I actually started to write that, but then assumed this would be
known by anyone who created 300 schemas :).

It is certainly my preference over worrying about the search_path. But
if you are working in 300 schemas with the same structure I suspect you
are looking for ways to simplify the code without using fully qualified
tables.



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-general by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: ECPG - Timestamp to ascii Conversion PG version 7.4
Next
From: Benjamin Smith
Date:
Subject: Re: Postgres vs Firebird?