Re: can I define own variables?

Поиск
Список
Период
Сортировка
От Martin Gainty
Тема Re: can I define own variables?
Дата
Msg-id BAY108-DAV19D9511435FB9213D1EFF1AEA10@phx.gbl
обсуждение исходный текст
Ответ на Re: can I define own variables?  (Scott Ribe <scott_ribe@killerbytes.com>)
Ответы Re: can I define own variables?  (Andreas <maps.on@gmx.net>)
Список pgsql-general
http://www.postgresql.org/docs/8.3/static/libpq-envars.html
use environment variables

PGHOST is the host for Postgres
PGHOSTADDR is the Numeric Host Address for Postgres
PGPORT is the port for the PostgresServer to listen on
PGDATABASE is the default Database Name
PGUSER  is the default Username to use to login
PGPASSWORD is the password to use for default Username to login

M--

----- Original Message -----
From: "Scott Ribe" <scott_ribe@killerbytes.com>
To: "Andreas" <maps.on@gmx.net>; <pgsql-general@postgresql.org>
Sent: Saturday, October 13, 2007 11:05 AM
Subject: Re: [GENERAL] can I define own variables?


> > can I define connection-global variables within a ODBC connection ?
>
> Temp table, containing only 1 row, one column per variable. If you so
wish,
> wrap it up in stored procedures for creating, setting, and accessing.
>
> --
> Scott Ribe
> scott_ribe@killerbytes.com
> http://www.killerbytes.com/
> (303) 722-0567 voice
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly
>


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: convert binary string to datum
Следующее
От: Ron Peterson
Дата:
Сообщение: Re: convert binary string to datum