dbTalk Databases Forums  

Re: [BUGS] documentation

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss Re: [BUGS] documentation in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Maxim Britov
 
Posts: n/a

Default Re: [BUGS] documentation - 11-02-2006 , 10:13 AM






On Wed, 1 Nov 2006 15:57:22 +0200
Maxim Britov wrote:

Quote:
I read it http://www.postgresql.org/docs/8.1/i...-accessdb.html

I can't use examples:
Sorry, my I know my mistake now.


--
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.ru)

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] documentation - 11-02-2006 , 10:36 AM






Maxim Britov <maxim.britov (AT) gmail (DOT) com> writes:
Quote:
maxim=# SELECT version()
maxim-# SELECT version();
ERROR: syntax error at or near "SELECT" at character 18
СТ*ОКА 2: SELECT version();
^
What you typed there was a two-line query equivalent to
SELECT version() SELECT version();
which of course is a syntax error. Notice how the prompt changed ---
that's psql's means of telling you that it's accepting a continuation
line for an incomplete query. The query ends at a semicolumn, not
a newline.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.