2008-05-21
Slitaz -- PostgreSQL8.3.1
Slitaz -- PostgreSQL8.3.1
postgres@slitaz:~$ psql
Welcome to psql 8.3.1, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
postgres=# select version();
version
------------------------------------------------------------------------------------------
PostgreSQL 8.3.1 on i486-pc-linux-gnu, compiled by GCC i486-pc-linux-gnu-gcc (GCC) 4.2.2
(1 row)
postgres=# \!netstat -nlt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN
netstat: no kernel support for AF INET6 (tcp)
postgres=# \!uname -a
Linux slitaz 2.6.24.2-slitaz #1 SMP Fri May 9 22:03:01 CEST 2008 i686 unknown
postgres=#
root@slitaz:~4 uname -a
Linux slitaz 2.6.24.2-slitaz #1 SMP Fri May 9 22:03:01 CEST 2008 i686 unknown
root@slitaz:~5 netstat -nlt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN
netstat: no kernel support for AF INET6 (tcp)