Re: 2 Questions

Поиск
Список
Период
Сортировка
От Dario Brignardello
Тема Re: 2 Questions
Дата
Msg-id 45dd8dbe0512222051g49cbd8e0g3f8fa2eb2ba622e8@mail.gmail.com
обсуждение исходный текст
Ответ на 2 Questions  (Ramon Orticio <rporticio@yahoo.com>)
Ответы Re: 2 Questions  (Ramon Orticio <rporticio@yahoo.com>)
Список pgsql-novice
Hi, Ramon,

> 1. how do you create or transfer to another location
> postgres database aside from the initial
> PGDATA=/var/lib/pgsql/data

You must perform an initdb -D /path/to/new/data/directory
and then:
              a) set the PGDATA variable either in your shell
environment files (.bashrc, .bash_profile) or at the prompt with
'export PGDATA=/path/to/new/data/directory' or
             b) start the postmaster with the -D flag (-D /path/to/....)


> 2. how can a jpeg or bmp file be stored in postgres.
>
Using large objects, a long time have passed since I did that, you
should check the docs (
http://www.postgresql.org/docs/8.1/static/largeobjects.html ) ...
however, are you sure you want to do it that way ?


Hope it helps, feliz navidad ;-)

Best regards
Dario

--
Atte: Dario Brignardello

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgres 8.1 choosing the larger index for an index scan
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: 2 Questions