The following bug has been logged online:
Bug reference: 1087
Logged by: Roderick van Domburg
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.4
Operating system: FreeBSD/sparc64 5.2-CURRENT (2004-02-20)
Description: psql dumps core on CTRL+ALT+\
Details:
Entering CTRL+ALT+\ (backslash) causes psql to dump core:
magog# psql -U pgsql template1
Password:
Welcome to psql 7.4.1, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
template1=# Quit (core dumped)
Compiled with gcc version 3.3.3 [FreeBSD] 20031106 using "-O -ftracer
-fprefetch-loop-arrays -fomit-frame-pointer -pipe".
---------------------------(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