use dblink (http://www.postgresql.org/docs/current/static/dblink.html),
which will issue a separate connection to database to simulate
autonomous transaction.
Regards,
Taras Kopets
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscri
le_like('original'::text, 'copied'::text);
insert into copied(a, b, c) VALUES(1, 'hot dog', now());
/* error, as expected
insert into copied(a, b, c) VALUES(2, 'hot cat', now());
*/
-- ROLLBACK;
Hope this helps,
Taras Kopets
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
I think you should look at crosstab contrib module.
Regards,
Taras Kopets
On 9/30/08, Felix Homann <[EMAIL PROTECTED]> wrote:
> Hi Sam,
>
> Sam Mason wrote:
>> I think you may be trying to solve the wrong problem, what are you
>> really trying to do?
>
> Here y
T set_config('olap.rownum_name', false);
Regards,
Taras Kopets
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
ure
Sorry, if I misunderstood your question.
Taras Kopets
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
temp_demtest TO 'output_file_path';
Taras Kopets
Hi!> archive_command = 'copy %p d:\\backup\\logs\\%f'
I think you should try something like this:archive_command = 'copy %p d:/backup/logs/%f'(using single / instead of \\).In documentation it is said:restore_command = 'copy /mnt/server/archivedir/%f "%p"' # Windows
So I think the same format of
Hi!I think you should try to use triggers with dbi-link to achieve this.AFAIK there is no such replication with other RDBMS as you need.Taras Kopets
On 10/27/06, Alban Hertroys <[EMAIL PROTECTED]> wrote:
Hello list,We're investigating a ways to replicate changes to the database toseveral "outside"
sent (look in attachment). You will need to install pltclu first.
PS: Maybe anyone knows how to send a unicode characters in e-mail using Tcl?Taras Kopets
CREATE OR REPLACE FUNCTION com_tcl_sendmail(text, text, text, text)
RETURNS int4 AS $BODY$
set mailfrom $1
set mailto $2
set mailsubject $3
file is
called in a session, the dynamic loader loads that object file into memory so
that the function can be called", so I think you should try to attach to postgres.exe (I'm not sure).Have a nice day,Taras Kopets
g left to do is to create a procedure
in PostgreSQL which will use this code.We can make it with this SQL
code:CREATE OR REPLACE FUNCTION
writetofile(text, text, text) RETURNS void AS
'$libdir/writetofile', 'writelog_tofile' LANGUAGE C
STRICT;
Use it.
Best Regards,
T
11 matches
Mail list logo