\? not working in psql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Francisco Reyes

    \? not working in psql

    Today I was using \e to edit the buffer, something I don't commonly do.
    Somehow that screwed up my help file for psql.

    When I do \?
    instead of getting help for the slash commands I get

    General
    General
    General
    General
    General
    ull and not nosend;


    Any thoughts?
    The last line "ull and not nosend;" is part of what I was editing in the
    buffer. The rest don't know where it came from.

    ---------------------------(end of broadcast)---------------------------
    TIP 9: the planner will ignore your desire to choose an index scan if your
    joining column's datatypes do not match

  • Tom Lane

    #2
    Re: \? not working in psql

    Francisco Reyes <lists@natserv. com> writes:[color=blue]
    > Today I was using \e to edit the buffer, something I don't commonly do.
    > Somehow that screwed up my help file for psql.
    > When I do \?
    > instead of getting help for the slash commands I get
    > [junk]
    > Any thoughts?[/color]

    The \? command just prints out a bunch of constant strings. The only
    theory that comes to mind is that you mistakenly overwrote the file
    of translated messages --- are you using a translation?

    regards, tom lane

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

    Comment

    • Francisco Reyes

      #3
      Re: \? not working in psql

      On Fri, 9 Apr 2004, Tom Lane wrote:
      [color=blue]
      >
      > The \? command just prints out a bunch of constant strings. The only
      > theory that comes to mind is that you mistakenly overwrote the file
      > of translated messages --- are you using a translation?[/color]

      No translation.
      Quitting and coming back to psql did not help. However, quitting the xterm
      session and starting a new one did the trick. \? is back to normal.

      Thanks for the feedback. It was strange.

      ---------------------------(end of broadcast)---------------------------
      TIP 7: don't forget to increase your free space map settings

      Comment

      Working...