CREATE TABLE docs question - Mailing list pgsql-admin

From Michael Monnerie
Subject CREATE TABLE docs question
Date
Msg-id 200902171237.54372@zmi.at
Whole thread Raw
Responses Re: CREATE TABLE docs question  ("Milen A. Radev" <milen@radev.net>)
List pgsql-admin
http://www.postgresql.org/docs/8.3/interactive/sql-createtable.html

Reading the docs, the following should work:

CREATE TABLE messageblks like dbmail_messageblks;

but it says:
ERROR:  syntax error at or near "like"
ZEILE 1: CREATE TABLE messageblks like dbmail_messageblks;
                                  ^

What's my error?

mfg zmi
--
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0660 / 415 65 31                      .network.your.ideas.
// PGP Key:         "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38  500E CE14 91F7 1C12 09B4
// Keyserver: wwwkeys.eu.pgp.net                  Key-ID: 1C1209B4


Attachment

pgsql-admin by date:

Previous
From: Michael Monnerie
Date:
Subject: Re: 8.3.5 broken after power fail
Next
From: "Milen A. Radev"
Date:
Subject: Re: CREATE TABLE docs question