segfault i psql

Started by Daniel Åkerudalmost 25 years ago5 messagesgeneral
Jump to latest
#1Daniel Åkerud
zilch@home.se

ex=> select version();

version
---------------------------------------------------------------
PostgreSQL 7.1.1 on i686-pc-linux-gnu, compiled by GCC 2.95.4
(1 row)

Notice the prompt difference:

ex=> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ex=> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ex-> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ERROR: parser: parse error at or near "s"
ex">

and sometimes it segfaults...

Daniel Akerud

#2Alex Pilosov
alex@pilosoft.com
In reply to: Daniel Åkerud (#1)
Re: segfault i psql

Which version of psql is this? Since \h is a local operation, it doesn't
matter which version server is running.

'psql -V' should have it.

On Sun, 17 Jun 2001 zilch@home.se wrote:

Show quoted text

ex=> select version();

version
---------------------------------------------------------------
PostgreSQL 7.1.1 on i686-pc-linux-gnu, compiled by GCC 2.95.4
(1 row)

Notice the prompt difference:

ex=> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ex=> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ex-> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ERROR: parser: parse error at or near "s"
ex">

and sometimes it segfaults...

Daniel Akerud

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

#3Daniel Åkerud
zilch@home.se
In reply to: Alex Pilosov (#2)
Re: segfault i psql

ex@king:~/ex/fkc$ psql -V
psql (PostgreSQL) 7.1.1

Daniel Akerud

Which version of psql is this? Since \h is a local operation, it doesn't
matter which version server is running.

'psql -V' should have it.

On Sun, 17 Jun 2001 zilch@home.se wrote:

ex=> select version();

version
---------------------------------------------------------------
PostgreSQL 7.1.1 on i686-pc-linux-gnu, compiled by GCC 2.95.4
(1 row)

Notice the prompt difference:

ex=> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ex=> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ex-> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ERROR: parser: parse error at or near "s"
ex">

and sometimes it segfaults...

Daniel Akerud

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

---
Daniel �kerud, zilch@home.se

#4Peter Eisentraut
peter_e@gmx.net
In reply to: Daniel Åkerud (#1)
Re: segfault i psql

zilch@home.se writes:

ex-> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ERROR: parser: parse error at or near "s"
ex">
and sometimes it segfaults...

Update to 7.1.2.

--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter

#5Daniel Åkerud
zilch@home.se
In reply to: Peter Eisentraut (#4)
Re: segfault i psql

:) fixed it

Daniel Akerud

Show quoted text

zilch@home.se writes:

ex-> \hINDEX
No help available for 'INDEX'.
Try \h with no arguments to see available help.
ERROR: parser: parse error at or near "s"
ex">
and sometimes it segfaults...

Update to 7.1.2.

--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter