[DOCS] Docs on PREPARE sql command should probably point to DEALLOCATE ...

2004-04-19 Thread James Robinson
each client can create their own prepared statement to use. The prepared statement can be manually cleaned up using the DEALLOCATE command. James Robinson Socialserve.com ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please se

Re: [DOCS] [HACKERS] bug in GUC

2004-06-24 Thread James Robinson
ent code in the backend could be written , say, somewhere in the internals document around the coding conventions chapter: http://developer.postgresql.org/docs/postgres/source.html I myself don't have a clue, not being a backend hacker, so I'll just slink back to my cave. James

[DOCS] create index concurrently docs ...

2006-12-06 Thread James Robinson
ue index, the CREATE INDEX command will fail but leave behind an "invalid" index." Thanks! James Robinson Socialserve.com ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

[DOCS] psqlODBC homepage bad link on http://www.postgresql.org/docs/8.2/static/external-interfaces.html

2008-05-28 Thread James Robinson
http://odbc.postgresql.org/ no longer exists? James Robinson Socialserve.com -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] plpgsql, declare blocks, and '=' versus ':='

2008-07-11 Thread James Robinson
replace function test_2() returns int as $$ declare value int := 14; -- correct begin return value; end; $$ language plpgsql; select test_1(); -- returns 12 select test_2(); -- returns 14 - James Robinson Socialserve.com -- Sent via pgsql-docs mailing list (pgsql