=?ISO-8859-1?Q?Nis_J=F8rgensen?= <[EMAIL PROTECTED]> writes:
> The problem seems to be that you expect
> SELECT a
> FROM b,c LEFT JOIN d
> to be interpreted as
> SELECT a
> FROM (b CROSS JOIN c) LEFT JOIN d
The depressing part of this report is that it sounds like sqlite has
emulated this bit o
[Please don't post the same question to many lists. Choose one. If
you're unsure if it's the correct list for your question, ask if
there's a more appropriate one. This question is find for -novice or -
general. Thanks.]
On Jul 30, 2007, at 23:19 , Ronald Rojas wrote:
And, I want to add the
Hi,
Anybody knows how to add column with reference to BEFORE or AFTER any
given column? Let say here's my table structure:
Column | Type| Modifiers
--+---+---
surname | character varying |
lastname | character varying |
address | character
Andreas Joseph Krogh написа:
The following function failes to compile:
CREATE OR REPLACE FUNCTION test_func(p_table_name VARCHAR) RETURNS VOID AS $$
BEGIN
INSERT INTO p_table_name(some_field) VALUES('some_value');
END;
$$ LANGUAGE plpgsql;
Gives:
ERROR: syntax error at or near "$1"
LINE 1:
On 7/30/07, Jon Horsman <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have a server running postgres 7.4.13 and am starting to see errors
> "FATAL: connection limit exceeded for non-superusers".
>
> I'm not sure which one of my applications are hogging all of the
> connections, is there a way debug th
The following function failes to compile:
CREATE OR REPLACE FUNCTION test_func(p_table_name VARCHAR) RETURNS VOID AS $$
BEGIN
INSERT INTO p_table_name(some_field) VALUES('some_value');
END;
$$ LANGUAGE plpgsql;
Gives:
ERROR: syntax error at or near "$1"
LINE 1: INSERT INTO $1 (some_field) V
On Mon, Jul 30, 2007 at 05:41:51PM -0400, Jon Horsman wrote:
>
> I have a few processes that are running with host = 127.0.0.1 and then
> about 90% of all the processes are running as [local]. What does
> [local] mean, since in fact 127.0.0.1 is obviously local, how do they
> differ?
I _believe_
I have another related question
when running ps -fax i see the following
7476 ?S 0:00 | \_ postgres: mobileuser
mobileextension [local] idle
8046 ?S 0:00 | \_ postgres: mobileuser
mobileextension 127.0.0.1 idle
I have a few processes that are running wi
Hello,
I have a server running postgres 7.4.13 and am starting to see errors
"FATAL: connection limit exceeded for non-superusers".
I'm not sure which one of my applications are hogging all of the
connections, is there a way debug this somehow?
Thanks,
Jon.
---(end of
How big are the underlying tables?
If they are large, are you partitioning?
Since the values only change daily, if the end result is a reasonable
size, have you considered using a CTAS rather than views?
LewisC
--- Ranieri Mazili <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm developing a BI and
I want to fix the pay based on joining date and antedate...antedate is
the last date...
Joining date is 01-07-2007
Antedate is 04-07-2005..
On joining date I will fix the pay but before fixing the pay I will
check whether antedate is there or not, if its there then I will see
difference be
Alternative that always works no matter how many raise exceptions there are:
Create a (perlu) function that opens a second connection to your database and
does the insert into m_proba.
Since this is a seperate connection, it's also a seperate transaction and thus
not rolled back by your "main" tr
12 matches
Mail list logo