Re: New from mssql. Help please

Поиск
Список
Период
Сортировка
От Andrew Hammond
Тема Re: New from mssql. Help please
Дата
Msg-id 40B3BFD5.1070206@ca.afilias.info
обсуждение исходный текст
Ответ на Re: New from mssql. Help please  ("hendro" <hendro@myrealbox.com>)
Ответы Re: New from mssql. Help please  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-novice
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hendro wrote:
| I've tried it, but nothing happen, just display some text says "less:not
| found" What's wrong?

psql is trying to send the output of your command to a pager. A pager is
a program which displays output in a console one page at a time. The
default pager is called "less". To solve your problem, install the
cygwin less package.

| PostgreSQL 7.3.1 on i686-pc-cygwin, compiled by GCC gcc (GCC) 3.2
| 20020927 (prerelease)
|
| Should I upgrade?

If it's easy, sure. However, it sounds like you're just using it to play
around and learn postgres. So it's probably not worth going to the
effort if it's going to be a lot of work for you to upgrade. 7.4 offers
CREATE OR REPLACE FUNCTION which is the way to alter a function that you
were asking about below.

Andrew Hammond
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAs7/Tgfzn5SevSpoRAr4hAJ4rnw1+CLIWjEjZlWgsVoCJvsWOUgCePnoj
fTXo32NKiPCnuR7EX25/+Nw=
=+LNp
-----END PGP SIGNATURE-----

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fwd: Re: Sequence error ?
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: New from mssql. Help please