| From: | Maxim Britov <maxim(dot)britov(at)gmail(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | documentation |
| Date: | 2006-11-01 13:57:22 |
| Message-ID: | 20061101155722.4f146dd4@maxim.office.modum.by |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
I read it http://www.postgresql.org/docs/8.1/interactive/tutorial-accessdb.html
I can't use examples:
maxim-# SELECT version();
ERROR: syntax error at or near "SELECT" at character 18
СТРОКА 2: SELECT version();
^
maxim=# SELECT version() ;
version
----------------------------------------------------------------------------------------------------------------
PostgreSQL 8.1.4 on x86_64-pc-linux-gnu, compiled by GCC x86_64-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.1-r1)
(1 запись)
maxim=# SELECT version();
version
----------------------------------------------------------------------------------------------------------------
PostgreSQL 8.1.4 on x86_64-pc-linux-gnu, compiled by GCC x86_64-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.1-r1)
(1 запись)
maxim=# SELECT version()
maxim-# SELECT version();
ERROR: syntax error at or near "SELECT" at character 18
СТРОКА 2: SELECT version();
^
Is it my local troubles/misunderstanding? Thanks!
--
Maxim Britov
GnuPG KeyID 0x4580A6D66F3DB1FB xmpp:maxim(at)modum(dot)by icq 198171258
Fingerprint: 4059 B5C5 8985 5A47 8F5A 8623 4580 A6D6 6F3D B1FB
GnuPG-ru Team (http://lists.gnupg.org/mailman/listinfo/gnupg-ru
xmpp:gnupg-ru(at)conference(dot)jabber(dot)ru)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | juliana martins santanna | 2006-11-01 13:59:06 | ajuda |
| Previous Message | Michael van Rooyen | 2006-11-01 13:19:16 | BUG #2729: Backslash escaping not working as expected |