Re: [SQL] apt.postgresql.org vs. Pitti PPA - install error

2013-06-18 Thread basti
Please post your /etc/apt/source.list entry and "lsb_release -c" Am 18.06.2013 12:12, schrieb rawi: > Working on Ubuntu 13.04 64bit (raring) > > I red, that Pitti-PPA will be discontinued in the future, so we should make > the switch to apt.postgresql.org. > > But trying to "aptitude install postg

Fwd: [SQL] copy from csv, variable filename within a function

2013-04-18 Thread basti
I have fixed it with dollar-quoting. Original-Nachricht Betreff:[SQL] copy from csv, variable filename within a function Datum: Thu, 18 Apr 2013 09:26:09 +0200 Von:basti An: pgsql-sql@postgresql.org Hello, i have try the following: -- Function

[SQL] copy from csv, variable filename within a function

2013-04-18 Thread basti
Hello, i have try the following: -- Function: wetter.copy_ignore_duplicate(character varying) -- DROP FUNCTION wetter.copy_ignore_duplicate(character varying); CREATE OR REPLACE FUNCTION wetter.copy_ignore_duplicate(_filename character varying) RETURNS void AS $BODY$ declare sql text; BEGI