~/paste/all
~/paste/all
~/paste/all
Pages: 123 ...405406

Paste #1020

  1. \documentclass[12pt,a4paper]{article}
  2. \usepackage{german}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{textcomp}
  5. \usepackage{tabularx}
Language: latex
Posted by Anonymous at 31 Oct 2011, 12:14:39 UTC

Paste #1015

  1. postgres=# CREATE TABLE x (
  2. postgres(#         id              SERIAL PRIMARY KEY,
  3. postgres(#         content         VARCHAR(255) DEFAULT NULL
  4. postgres(# );
  5. NOTICE:  CREATE TABLE will CREATE implicit SEQUENCE "x_id_seq" FOR serial COLUMN "x.id"
Language: sql
Posted by Anonymous at 13 Oct 2011, 11:15:50 UTC

Pages: 123 ...405406