sql >> Database >  >> RDS >> PostgreSQL

psql-client kan nu een schaakbord zijn ...

Ja, met de pgChess-extensie kunt u nu een schaakspel spelen met Postgres Instance (computer). Met dank aan auteurs. Installatie is heel eenvoudig met pgxnclient. pgChess-extensie ondersteund met een andere extensie genaamd pg2podg.
Documentatielink:
https://github.com/gciolli/pgChess/blob/master/doc/

pgxnclient install pgchess
pgxnclient install pg2podg

After installing, just run CREATE EXTENSION commands

create extension pgchess;
create extension pg2podg;

Twee speltypes, (1) pc vs pc en (2) pc vs mens.
Om een ​​nieuw spel pc vs mens te spelen, voer het onderstaande bestand uit (download de bron via de bovenstaande link voor de bestanden) in een niet-uitgelijnd formaat van psql-terminal.

postgres=# pset format unaligned
postgres=# i /usr/local/src/pgchess/pgchess-0.1.7/test/sql/play/PG_v_Human.sql

Voor uw verhuizing volgt u onderstaande syntaxis wanneer u wordt gevraagd "Your Move ? ".

        -- For now, we use this syntax:
--
-- XXpYYz
--
-- where XX is the starting square, YY is the ending square, p
-- is the piece and z is an optional square where the desired
-- promotion is specified.

Geniet ervan….


  1. Hoe duplicaten in de MySQL-tabel te verwijderen

  2. EEE MMM dd HH:mm:ss ZZZ jjjj datumnotatie naar java.sql.Datum

  3. Hoe een tabel exporteren als CSV met koppen op Postgresql?

  4. Hoe ORA-28000 op te lossen, het account is vergrendeld