"Milen A. Radev" schrieb:
> Should be "CREATE TABLE messageblks (like dbmail_messageblks);"
Thanks, works. Ah, and now I found the bracket in the docs. There are so
many I overlooked it, maybe also because that command looks a bit strange
(like patched);
mfg zmi
--
Sent via pgsql-admin maili
Michael Monnerie написа:
> 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
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;