Hi,
Here is my example.
We are creating 2 tables:
create table t1 ( a int, b varchar( 30 ) );
create table t1_arh ( c text );
and filling 't1':
insert into t1 select generate_series(1, 10 ), generate_series(1,
10 );
The "arch_table_sp" user-function will be used for ex
[ moved to -hackers --- see original thread here
http://archives.postgresql.org/pgsql-docs/2008-03/msg00039.php
]
"Zubkovsky, Sergey" <[EMAIL PROTECTED]> writes:
> Here is my example.
Hmm ... on my Fedora machine I get the same result (704512) in
all these cases, which is what I'd expect. (The e
Hi all,
This patch fixes a typo in install-win32.sgml. It's from 8.3 branch, but
it applies too on HEAD.
Regards.
--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com
Index: doc/src/sgml/install-win32.sgml
===
RCS file:
Guillaume Lelarge wrote:
> Hi all,
>
> This patch fixes a typo in install-win32.sgml. It's from 8.3 branch, but
> it applies too on HEAD.
Applied, thanks.
--
Alvaro Herrerahttp://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
--
Sent vi