mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-11 08:48:06 +01:00
show related messages as well
This commit is contained in:
parent
761f93dd7e
commit
a0b564c7e8
1 changed files with 5 additions and 0 deletions
|
@ -30,3 +30,8 @@ echo "SELECT dead,connname,cid,room,lang,clntVers,ntotal,nperdevice,seeds,ack,ns
|
||||||
"FROM games $QUERY ORDER BY NOT dead, connname LIMIT $LIMIT;" \
|
"FROM games $QUERY ORDER BY NOT dead, connname LIMIT $LIMIT;" \
|
||||||
| psql xwgames
|
| psql xwgames
|
||||||
|
|
||||||
|
echo "SELECT id, connname, hid, msglen "\
|
||||||
|
"FROM msgs where connname in (SELECT connname from games where not games.dead group by connname)" \
|
||||||
|
"order by connname, id;" \
|
||||||
|
| psql xwgames
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue