Re: Uploading and loading

Поиск
Список
Период
Сортировка
От Jeff Eckermann
Тема Re: Uploading and loading
Дата
Msg-id dd8r0g$1m6$1@news.hub.org
обсуждение исходный текст
Ответ на Uploading and loading  (Sean <scene@themountainscene.com>)
Список pgsql-novice
"Sean" <scene@themountainscene.com> wrote in message
news:42F69C21.3030900@themountainscene.com...
> So far I've been relegated to phpPgAdmin to upload my data, but it has
> size limits, which I am exceeding.  So I was told to ftp the backup
> files, and use PuTTY, which I've been trying to do.  I'm getting
> connected, but don't know what to do next.  None of the postgreSQL

I assume that you have a shell account on the server, and that you have a
command prompt?  Check out the manual, Reference -> PostgreSQL Client
Applications.  The primary application that you are interested in will be
"psql", which can be used interactively, or invoked from the OS command
line.  Perhaps interactive is alround most useful, because the other client
applications have equivalents in SQL.  But the ability to invoke these
applications from the command line makes them capable of being scripted,
which will enable you to automate routine functions, especially those to do
with data loading.

> commands are available.  Is there something I'm missing?  Any insight
> would be most appreciated.
>
> Sean
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Date Arithmetic in PL/pgSql
Следующее
От: "Lane Van Ingen"
Дата:
Сообщение: Re: Date Arithmetic in PL/pgSql