Re: schema name in SQL statement.

Поиск
Список
Период
Сортировка
От aklaver@comcast.net (Adrian Klaver)
Тема Re: schema name in SQL statement.
Дата
Msg-id 081920082301.9924.48AB50E300082D1F000026C422007348309D0A900E04050E@comcast.net
обсуждение исходный текст
Ответ на schema name in SQL statement.  ("Masis, Alexander \(US SSA\)" <alexander.masis@baesystems.com>)
Ответы Re: schema name in SQL statement.  (johnf <jfabiani@yolo.com>)
Список pgsql-general
 -------------- Original message ----------------------
From: "Masis, Alexander (US SSA)" <alexander.masis@baesystems.com>
> I have to explicitly specify the schema name to make SQL statement to
> work.
> Can I set the schema before the query, or set a default schema?
> My current statement:
> "SELECT col FROM schema.table"
> I like to be able to use generic SQL statement like:
> "SELECT col FROM table"
>
>
>
> --
See search_path in:
http://www.postgresql.org/docs/8.3/interactive/runtime-config-client.html


--
Adrian Klaver
aklaver@comcast.net


В списке pgsql-general по дате отправления:

Предыдущее
От: "Masis, Alexander \(US SSA\)"
Дата:
Сообщение: schema name in SQL statement.
Следующее
От: "Dale Harris"
Дата:
Сообщение: Re: can't get UPDATE ... RETURNING ... INTO ... to compile successfully