Joshua D. Drake wrote:
> Hello,
>
> Yeah its not general technical discussion but this little bit of news
> warrants more widely read attention. PgUS (http://www.postgresql.us/)
> received its 501c3 public charity status today. You can view the
> determination letter here:
>
> https://www.postgr
Erik Jones wrote:
On May 6, 2009, at 2:19 PM, Adrian Klaver wrote:
On Wednesday 06 May 2009 2:12:47 pm Miguel Miranda wrote:
Hi, what is the recommended way to select a range of dates?
Lets say a have a table with a lastlogin (timestamp) column and i want
toknow what users logged in for last
durumdara wrote:
If set wait and timeout, the Firebird is waiting for the locked resource
(record) for X seconds before it show deadlock error.
But when you set no wait, the deadlock error immediately shown by the
server.
Waiting on a lock doesn't mean there's a deadlock. A deadlock only
o
Slansky Lukas wrote:
Craig Ringer wrote:
After a long period of inactivity, perhaps?
Is 15 seconds long period? I don't think so.
No. If you see a connection that was working 15 and active seconds ago
suddenly die, it's not due to time-based state table expiry.
Do you see anything in `dme
On Wed, May 6, 2009 at 4:53 PM, Joshua D. Drake wrote:
> Hello,
>
> Yeah its not general technical discussion but this little bit of news
> warrants more widely read attention. PgUS (http://www.postgresql.us/)
> received its 501c3 public charity status today. You can view the
> determination lette
On May 6, 2009, at 2:59 PM, Adrian Klaver wrote:
On Wednesday 06 May 2009 2:51:08 pm Erik Jones wrote:
On May 6, 2009, at 2:48 PM, Miguel Miranda wrote:
Well, i tried all your sugestions, and i found some funny issues, i
use the query to count exactly in a day by day basis, and running
the qu
On May 6, 2009, at 2:55 PM, Miguel Miranda wrote:
On Wed, May 6, 2009 at 3:51 PM, Erik Jones
wrote:
On May 6, 2009, at 2:48 PM, Miguel Miranda wrote:
Well, i tried all your sugestions, and i found some funny issues, i
use the query to count exactly in a day by day basis, and running
On May 6, 2009, at 4:16 PM, Eric Schwarzenbach wrote:
Gauthier, Dave wrote:
Is there a way to read an XML file into a postgres DB? I’m thinking
that it will create and relate whatever tables are necessary to
reflect whatever’s implied by the XML file structure.
Thanks for any pointers !
On Wednesday 06 May 2009 2:51:08 pm Erik Jones wrote:
> On May 6, 2009, at 2:48 PM, Miguel Miranda wrote:
> > Well, i tried all your sugestions, and i found some funny issues, i
> > use the query to count exactly in a day by day basis, and running
> > the query with
> >
> > WHERE lastlogin >= '2009
sorry, i edited the date, the correct one is
05-03-2009 12:00:00 AM
If i group by day, it count 1 user for day 2009-05-03 in the output, so it
adds 1 to the total count of the range
regards
On Wed, May 6, 2009 at 3:51 PM, Erik Jones wrote:
>
> On May 6, 2009, at 2:48 PM, Miguel Miranda wrote
Hello,
Yeah its not general technical discussion but this little bit of news
warrants more widely read attention. PgUS (http://www.postgresql.us/)
received its 501c3 public charity status today. You can view the
determination letter here:
https://www.postgresql.us/determination_letter
Thanks to
On May 6, 2009, at 2:48 PM, Miguel Miranda wrote:
Well, i tried all your sugestions, and i found some funny issues, i
use the query to count exactly in a day by day basis, and running
the query with
WHERE lastlogin >= '2009-05-01' AND lastlogin < '2009-05-03'
OR
WHERE lastlogin >= 'X' AN
Well, i tried all your sugestions, and i found some funny issues, i use the
query to count exactly in a day by day basis, and running the query with
WHERE lastlogin >= '2009-05-01' AND lastlogin < '2009-05-03'
OR
WHERE lastlogin >= 'X' AND lastlogin <= 'Y' + '1 day'::interval
it includes the 0
Gauthier, Dave wrote:
Is there a way to read an XML file into a postgres DB? I’m thinking
that it will create and relate whatever tables are necessary to
reflect whatever’s implied by the XML file structure.
Thanks for any pointers !
As others have said, the fundamental problem is that ge
On May 6, 2009, at 2:19 PM, Adrian Klaver wrote:
On Wednesday 06 May 2009 2:12:47 pm Miguel Miranda wrote:
Hi, what is the recommended way to select a range of dates?
Lets say a have a table with a lastlogin (timestamp) column and i
want
toknow what users logged in for last time between 20
On May 6, 2009, at 2:17 PM, Erik Jones wrote:
On May 6, 2009, at 2:12 PM, Miguel Miranda wrote:
Hi, what is the recommended way to select a range of dates?
Lets say a have a table with a lastlogin (timestamp) column and i
want toknow what users logged in for last time between 2009-05-01
Gauthier, Dave wrote:
>
> Is there a way to read an XML file into a postgres DB? I’m thinking
> that it will create and relate whatever tables are necessary to
> reflect whatever’s implied by the XML file structure.
>
>
>
> Thanks for any pointers !
>
That's a pretty common problem, and not one
On Wednesday 06 May 2009 2:12:47 pm Miguel Miranda wrote:
> Hi, what is the recommended way to select a range of dates?
>
> Lets say a have a table with a lastlogin (timestamp) column and i want
> toknow what users logged in for last time between 2009-05-01 and
> 2009-05-02?
>
> I know that a simpl
On May 6, 2009, at 2:12 PM, Miguel Miranda wrote:
Hi, what is the recommended way to select a range of dates?
Lets say a have a table with a lastlogin (timestamp) column and i
want toknow what users logged in for last time between 2009-05-01
and 2009-05-02?
I know that a simple
where la
On 06/05/2009 22:12, Miguel Miranda wrote:
> Hi, what is the recommended way to select a range of dates?
>
> Lets say a have a table with a lastlogin (timestamp) column and i want
> toknow what users logged in for last time between 2009-05-01 and 2009-05-02?
>
> I know that a simple
>
> where la
Hi, what is the recommended way to select a range of dates?
Lets say a have a table with a lastlogin (timestamp) column and i want
toknow what users logged in for last time between 2009-05-01 and 2009-05-02?
I know that a simple
where lastlogin between '2009-05-01' and '2009-05-02' doesnt work b
Hi,
I'm installing a new 8.3.7 system and have a question on placement locations
for pg_xlog and pg_control.
I've read in the documentation pertaining to pg_xlog, that it may be "...of
advantage if the log is located on another disk than the main database
files."
As PostGRES is installed on one
Dear all,
since upgrading Ruby from 1.8.6.287 to 1.8.7.72, and recompiling
PL/ruby 0.5.0, functions written in PL/ruby may ignore their
given parameters and instead compute with undefined values,
providing nonsense results.
The test-suite provided with PL/ruby will show the problem.
Upgrading
On 06/05/2009 21:28, Anderson dos Santos Donda wrote:
> I have a table with 2000 names and emails.. and I did UPDATE list SET
> email = '' without the WHERE and now all rows is null in column
> email..
They're not null, they're just filled with empty strings :-)
> I have a backup made with
Look at the cheat-sheet:
http://www.postgresonline.com/journal/index.php?/archives/63-PostgreSQL-
8.3-Pg_dump-Pg_Restore-Cheatsheet-Overview.html
From: pgsql-general-ow...@postgresql.org
[mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Anderson dos
Santos Donda
Sent: Wednesday, May
Hi o/
I have a table with 2000 names and emails.. and I did UPDATE list SET email
= '' without the WHERE and now all rows is null in column email..
I have a backup made with pg_dump.. is there a way to restore only the email
data?
Thanks!!
On Wed, May 6, 2009 at 12:48 PM, Marco Maccaferri wrote:
> Hi.
>
> I have a weird problem with PostgreSQL on a Windows machine. This is a test
> installation used to beta test a webapplication running with Tomcat, so most
> of the times it sits idle. Yesterday and today I had to update some table
Robert Gravsjö escribió:
> On 2009-05-06 14.34, liuzg4 liuzg4 wrote:
>> ver 8.4
>> i create two table with same name named 'testtable'
>>
>> one is temp table
>>
>> i select * from testtable
>> then this table is a public or a temp ???
>
> Temp. To access public use "select * from public.testta
On 2009-05-06 14.34, liuzg4 liuzg4 wrote:
ver 8.4
i create two table with same name named 'testtable'
one is temp table
i select * from testtable
then this table is a public or a temp ???
Temp. To access public use "select * from public.testtable".
"Temporary tables exist in a special
Hi.
I have a weird problem with PostgreSQL on a Windows machine. This is a
test installation used to beta test a webapplication running with
Tomcat, so most of the times it sits idle. Yesterday and today I had to
update some table definitions, so issued the 'alter table...' command
and the se
2009/5/7 JP Fletcher :
> Hi,
>
> I see different behavior with DBI/DBD::Pg (1.607/2.11.8, pg 8.1) when the
> first command in a prepared statement is 'CREATE TEMP TABLE'.
>
> For instance, this works:
>
> my $prepare_sql =< CREATE TEMP TABLE foo( id int, user_id int,);
>
> INSERT INTO
On Wed, 2009-05-06 at 09:38 -0700, David Fetter wrote:
> > I'm looking for an open source solution for doing efficient queries
> > on 300 million+ row tables, and it sounds like Everest would be
> > perfect.
>
> Community PostgreSQL handles situations like this just fine.
Yes it does. 300 milli
On May 6, 2009, at 9:39 AM, JP Fletcher wrote:
Hi,
I see different behavior with DBI/DBD::Pg (1.607/2.11.8, pg 8.1)
when the first command in a prepared statement is 'CREATE TEMP TABLE'.
For instance, this works:
my $prepare_sql =
On Wed, May 06, 2009 at 09:28:37AM -0700, digital_illumin...@yahoo.com wrote:
>
> There was some talk of Yahoo possibly open sourcing the source for
> the PostgreSQL MPP column store they built.
Actually, Yahoo! acquired a company that had built this store.
> Does anyone know if this is actually
There was some talk of Yahoo possibly open sourcing the source for the
PostgreSQL MPP column store they built. Does anyone know if this is actually
slated to happen, when, etc?
I'm looking for an open source solution for doing efficient queries on 300
million+ row tables, and it sounds like Ev
> Slansky Lukas wrote:
>
> > 1. -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j
ACCEPT
> >
> > 2. -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp -s
> > aaa.bbb.ccc.ddd --dport 5432 -j ACCEPT
> >
> > 3. -A RH-Firewall-1-INPUT -j REJECT --reject-with
icmp-host-prohibited
ver 8.4
i create two table with same name named 'testtable'
one is temp table
i select * from testtable
then this table is a public or a temp ???
drop table testtable
then is this table a public or a temp? i test ,it drop temp table fisrst!
so am i must show public or pg_temp_1 when i h
On Wed, 2009-05-06 at 16:53 +0100, Joao Ferreira gmail wrote:
> hello,
>
> as a perl addict I am... I recommend checking this out:
>
> http://search.cpan.org/~cmungall/DBIx-DBStag/DBIx/DBStag/Cookbook.pm
>
> it's pretty flexible and allows you to specify to some extent just how
> the database st
Gauthier, Dave, 06.05.2009 17:40:
Maybe...
EMP EMP_NAME="FRANK" JOB="PLUMBER"/>
EMP EMP_NAME="SUE" JOB="CARPENTER"/>
...equals...
create table employees (emp_name varchar[64], job varchar[64]);
create table jobs (job_name varchar[64], salary float);
insert
Hi,
I see different behavior with DBI/DBD::Pg (1.607/2.11.8, pg 8.1) when
the first command in a prepared statement is 'CREATE TEMP TABLE'.
For instance, this works:
my $prepare_sql =
On Wed, 2009-05-06 at 16:53 +0100, Joao Ferreira gmail wrote:
> hello,
>
> as a perl addict I am... I recommend checking this out:
>
> http://search.cpan.org/~cmungall/DBIx-DBStag/DBIx/DBStag/Cookbook.pm
>
> it's pretty flexible and allows you to specify to some extent just how
> the database st
hello,
as a perl addict I am... I recommend checking this out:
http://search.cpan.org/~cmungall/DBIx-DBStag/DBIx/DBStag/Cookbook.pm
it's pretty flexible and allows you to specify to some extent just how
the database structure is infered from the XML...
check it out
Joao
On Wed, 2009-05-06
Maybe...
EMP EMP_NAME="FRANK" JOB="PLUMBER"/>
EMP EMP_NAME="SUE" JOB="CARPENTER"/>
...equals...
create table employees (emp_name varchar[64], job varchar[64]);
create table jobs (job_name varchar[64], salary float);
insert into employees (emp_name,job) values
On May 6, 2009, at 10:47 AM, Gauthier, Dave wrote:
Is there a way to read an XML file into a postgres DB? I’m thinking
that it will create and relate whatever tables are necessary to
reflect whatever’s implied by the XML file structure.
There's no built-in functionality that does what you
2009/5/6 Albe Laurenz :
> durumdara wrote:
>> In FireBird the transactions have these settings:
>>
>>
>> SET TRANSACTION
>> [NAME hostvar]
>> [READ WRITE | READ ONLY]
>> [ [ISOLATION LEVEL] { SNAPSHOT [TABLE STABILITY]
>> | READ COMMITTED [[NO] RECORD_VERSION] } ]
On Wed, May 6, 2009 at 3:47 AM, Craig Ringer
wrote:
> Slansky Lukas wrote:
>
>> 1. -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
>>
>> 2. -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp -s
>> aaa.bbb.ccc.ddd --dport 5432 -j ACCEPT
>>
>> 3. -A RH-Firewall-1-INPUT -
On Wed, May 6, 2009 at 10:47 AM, Gauthier, Dave wrote:
> Is there a way to read an XML file into a postgres DB? I’m thinking that it
> will create and relate whatever tables are necessary to reflect whatever’s
> implied by the XML file structure.
since xml is basically completely unstructured, y
Is there a way to read an XML file into a postgres DB? I'm thinking that it
will create and relate whatever tables are necessary to reflect whatever's
implied by the XML file structure.
Thanks for any pointers !
durumdara wrote:
> In FireBird the transactions have these settings:
>
>
> SET TRANSACTION
>[NAME hostvar]
>[READ WRITE | READ ONLY]
>[ [ISOLATION LEVEL] { SNAPSHOT [TABLE STABILITY]
> | READ COMMITTED [[NO] RECORD_VERSION] } ]
>[WAIT | NO WAIT]
>[LOCK
Hi!
2009.05.06. 11:54 keltezéssel, Richard Huxton írta:
durumdara wrote:
So: have PGSQL same mechanism like nowait?
When you take a lock:
http://www.postgresql.org/docs/8.3/interactive/sql-lock.html
http://www.postgresql.org/docs/8.3/interactive/sql-select.html#SQL-FOR-UPDATE-SHARE
As I se
Hi!
I realized that loading a dictionary with ~16 words consumes
additional ~40 MB of memory for each connection. It obviously doesn't
use a shared memory. Is it possible to decrease the memory consumption?
I found this thread
http://www.mail-archive.com/pgsql-general@postgresql.org/msg116924
Hi!
In FireBird the transactions have these settings:
SET TRANSACTION
[NAME/|hostvar|/]
[READ WRITE | READ ONLY]
[ [ISOLATION LEVEL] { SNAPSHOT [TABLE STABILITY]
| READ COMMITTED [[NO] RECORD_VERSION] } ]
[WAIT | NO WAIT]
[LOCK TIMEOUT/|seconds|/]
And thi
Slansky Lukas wrote:
1. -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
2. -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp -s
aaa.bbb.ccc.ddd --dport 5432 -j ACCEPT
3. -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
I was wondering when
Slansky Lukas wrote:
Hello,
we’re using PG and Application Server (JBoss) on separate CentOS
servers with Cisco PIX in between. On DB side is iptable with
following relevant rules:
1. -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
2. -A RH-Firewall-1-INPUT -m state -
Hello,
we're using PG and Application Server (JBoss) on separate CentOS servers
with Cisco PIX in between. On DB side is iptable with following relevant
rules:
1. -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
2. -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp
On Tue, 5 May 2009, Glyn Astill wrote:
I'm looking at building an olap reporting environment and I came across
this project on pgfoundry. However it was last updated over 3 years ago,
am I correct in assuming that this probably isn't something I should be
looking at?
It's actually closer to
56 matches
Mail list logo