Re: [ADMIN] CREATE TABLE docs question

2009-02-17 Thread Michael Monnerie
"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

Re: [ADMIN] CREATE TABLE docs question

2009-02-17 Thread Milen A. Radev
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

[ADMIN] CREATE TABLE docs question

2009-02-17 Thread 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 dbmail_messageblks;