Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 181 Bytes

postgres.md

File metadata and controls

9 lines (6 loc) · 181 Bytes

postgres

psql

  • sudo -u postgres psql postgres
  • select count(*) from registrations where inserted_at between '2023-07-01' and '2023-07-31 23:59:59';

pg_dump

  • [[index]]