dbTalk Databases Forums  

Sponsored Links


comp.databases.postgresql comp.databases.postgresql


Discuss in the comp.databases.postgresql forum.



Post New Thread
Threads in Forum : comp.databases.postgresql Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
As a refugee from the big bad O, I am looking at Postgres. Four security questions (sorry if they have been asked and answered before): Can I remove...
HoneyMonster
02-04-2011 11:34 AM
Mladen Gogala Go to last post
5 6
Hi, I'm curious as to how much (and what *type*) "bit rot" is likely to creep into an "unattended" (un-managed?) server over the long run. And,...
D Yuniskis
02-03-2011 04:54 AM
D Yuniskis Go to last post
2 3
Did anyone try using "shake" while the cluster is active? Any problems with corruption or data loss? I ran the thing on my home directory and nothing...
Mladen Gogala
01-30-2011 11:59 PM
Mladen Gogala Go to last post
0 1
Hi, I need to include a column in a table that *references* another table. I.e., the type of the column would be "name of table". Furthermore, I...
D Yuniskis
01-30-2011 04:04 AM
D Yuniskis Go to last post
4 5
The phenomenal interest in social networking and Web 2.0 technologies at the enterprise level is both unprecedented and growing rapidly. But why? ...
JTP PR
01-27-2011 05:59 AM
JTP PR Go to last post
0 1
Hello, I have postgresql 8.3.9 database. Now I am working on reading file from bytea data and save to filesystem. I am using Npgsql.dll on...
orgilhp
01-23-2011 06:31 AM
Jasen Betts Go to last post
1 2
Hello, we are using postgres for a web application program. My colleague wrote some code that I suppose is not safe: basically we have a counter,...
jmb@nospam.com
01-06-2011 10:19 AM
Robert Klemme Go to last post
3 4
There is a Postgres extension in the contrib directory, named pgstattuple, which collects valuable statistics for tables and indexes. One of the...
Mladen Gogala
12-17-2010 12:29 PM
Mladen Gogala Go to last post
1 2
Hello, I have postgres 8.3 server. Trying to deny a user ability to execute postgres function. Everything works fine with a regular function....
Boris
12-17-2010 08:01 AM
Boris Go to last post
2 3
Dear PostgreSQL experts, Is it possible to automize crosstab queries on a normalized database in PostgreSQL? A minimal example is a table with the...
Julia Jacobson
12-17-2010 06:36 AM
Thomas Kellerer Go to last post
1 2
I know PostgreSQL is installed and running as part of a TimeTrex install but when I try to access it: $ sudo psql psql: could not connect to server:...
Mick
12-10-2010 07:57 AM
HoneyMonster Go to last post
21 22
Hello, My server is working in JDBC with read_commited connection. I launch PGAdminIII (or another client). When I want to do an "alter table add...
Pif 34
12-10-2010 03:05 AM
Pif 34 Go to last post
0 1
Hello, I have a table with columns id and start_time: id | start_time -----+--------------------- 96 | 2010-11-24 09:30:00 97 | 2010-11-24...
jmb@nospam.com
11-29-2010 05:29 PM
jmb@nospam.com Go to last post
9 10
Hi: I am setting up a full text search in postgresql and I expect some data to look like 8746-4756 or like 876.3456. This is what the ts vectors...
Willy
11-20-2010 01:33 AM
Willy Go to last post
1 2
It seems that neither PgFouine not pgsi are capable of analyzing log files produced by PostgreSQL 9.0. Did anyone have problems like that? Is there...
Mladen Gogala
11-08-2010 04:51 PM
Mladen Gogala Go to last post
0 1
Cheers, I'm setting up a db of tournament results. I don't want matches against self which I managed to solve, but I also don't want the same...
Dorky Dork
11-08-2010 01:54 AM
Marky Mark Go to last post
8 9
Friends at the PostgreSQL group: After a long search* I could not find an answer for the following question yet: Which is more...
Pedro
11-06-2010 11:35 PM
Jasen Betts Go to last post
9 10
Where can I find it documented? -- http://mgogala.byethost5.com
Mladen Gogala
11-03-2010 11:34 AM
Mladen Gogala Go to last post
0 1
I wrote a little Perl script, intended to test the difference that array insert makes with PostgreSQL. Imagine my surprise when a single ...
Mladen Gogala
11-03-2010 09:54 AM
Mladen Gogala Go to last post
0 1
Hi, suppose I have a table Match play score xx John 10 yy Smith zz Paul 5 The "score" column is a Integer...
fireman
11-03-2010 08:09 AM
Mladen Gogala Go to last post
2 3
Hi, Suppose I have a table like this: person, test_score, test_name "John", 100, "Math" "John", 50, ...
fireman
10-24-2010 12:21 PM
Mladen Gogala Go to last post
4 5
how debug procedure sql in postresql?
Grzegorz
10-22-2010 03:48 AM
Thomas Kellerer Go to last post
1 2
I know that, from Java, the best method of protecting against SQL injection attacks is to use prepared statements. I'm looking at a situation in...
Simon Brooke
10-14-2010 05:17 AM
Mladen Gogala Go to last post
16 17
Postgres 8.4 and 9.0 have the parameter named "effective_io_concurrency". The manual page is very short, it says the following: Sets the number of...
Mladen Gogala
10-08-2010 01:38 PM
Mladen Gogala Go to last post
3 4
Hi, In the postgres documentation we can read that space used by short string (<126 bytes) = 1 byte + size of the string. And longer string = 4 byte...
bcar
10-02-2010 05:08 AM
Jasen Betts Go to last post
1 2
We're thinking about pg_stat_database which has two end columns blks_read , blks_hit which according to the docs below tell you which blocks have...
Paul Branon
10-02-2010 04:42 AM
Robert Klemme Go to last post
4 5
The error message is here: ERROR column "datconfig" does not exist at character 76 The utility doesn't open any databases. Fortunately, 1.12 works...
Mladen Gogala
10-01-2010 04:29 PM
Mladen Gogala Go to last post
0 1
Mladen Gogala wrote: With any common Linux distribution and derivatives like centos, you almost always want to use a prepared package for the...
Mladen Gogala
09-28-2010 06:54 AM
Mladen Gogala Go to last post
4 5
I have a table with 45 million rows, partitioned on a date field. Each of the partitions has a primary key. There are 3 partitions so far, 15 million...
Mladen Gogala
09-23-2010 09:29 AM
Mladen Gogala Go to last post
0 1
Hello, I need to migrate a database from postgres to Oracle My Postgres box has this software version: - PostgreSQL 7.4.2 - O/S: Conectiva Linux...
Big George
09-14-2010 12:12 AM
Mladen Gogala Go to last post
1 2
I am having problems explaining the following course of events: I created table test_keys(key int,val varchar(10)); No PK, no indexes. I populated...
Mladen Gogala
09-10-2010 04:58 AM
Mladen Gogala Go to last post
0 1
Dear PostgreSQL users, I wrote a C++ program which should write binary data from a column of type 'BYTEA' to a file. It looks like this: #include...
Julia Jacobson
09-04-2010 03:19 AM
Julia Jacobson Go to last post
0 1
Is there PostgreSQL version for Android based phones or for iPhone? That would be a really cool thing for doing presentations. Is it planned? Anybody...
Mladen Gogala
09-03-2010 01:14 PM
Mladen Gogala Go to last post
3 4
Il 02/09/2010 17.33, Mladen Gogala ha scritto: I agree with your point. My feeling in this case is that the way partitioning is implemented in PG...
Mladen Gogala
09-02-2010 12:00 PM
Anselmo Canfora Go to last post
10 11
Hi there, is there a way to use indexes with (i)like clauses? Should I use the full text indexing...
Anselmo Canfora
09-01-2010 05:18 AM
Anselmo Canfora Go to last post
2 3
Dear PostgreSQL users, Presume you had a table of employees and the incentive payments they received additionally to their salaries. Now you would...
Julia Jacobson
08-29-2010 12:51 PM
Mladen Gogala Go to last post
13 14
Hello, I have by error, modify database template (create tables when connect on the template database)), now when i create a database this...
Didier
08-29-2010 07:13 AM
Jasen Betts Go to last post
2 3
It looks like the Postgres optimizer cannot use indexes for "order by" conditions. The query that made me conclude this, looks like this: explain...
Mladen Gogala
08-28-2010 03:56 AM
Thomas Kellerer Go to last post
1 2
Is there anything in Postgres that would allow me to insert a whole bunch of rows at once, with a single insert or do a prefetch? Here is...
Mladen Gogala
08-26-2010 03:42 PM
Mladen Gogala Go to last post
2 3
Dear PostgreSQL users, How can I select all entries having a time of earlier than for example 11:00:00 from a column with data type TIMESTAMP, no...
Julia Jacobson
08-23-2010 02:02 AM
Andreas Kretschmer Go to last post
3 4
When using the partitioning scheme using triggers as suggested in the postgresql 8.4 documentation section 5.9.2, after inserting a record into the...
Graham Murray
08-20-2010 09:24 PM
Mladen Gogala Go to last post
4 5
Hello, I try since fews day to install postresql for debian, but with apt-get (where to get ?) wath is the command for install posgresql + lib perl...
Didier
08-19-2010 08:29 AM
Jasen Betts Go to last post
3 4
hello, With the account "mylogin" I do : initdb -D /home/mylogin/basedir all is ok :) but when i do : psql template1 , respond that user mylogin...
Didier
08-16-2010 05:14 AM
Didier Go to last post
7 8
I was confused by the role of the bind variables for Postgres applications so I created 2 scripts, doing the same thing, with or without bind...
Mladen Gogala
08-12-2010 11:38 AM
Mladen Gogala Go to last post
6 7
How can I see all the schemas in a Postgres database? There is, of course, "select distinct schema from pg_tables" but what if the schema contains no...
Mladen Gogala
08-06-2010 04:36 AM
Anselmo Canfora Go to last post
3 4
Hi, I'm in the process of converting a LAMP AJAX website from MySQL to PostgreSQL. I'm having trouble finding resources regarding XML manipulation...
Soral42
08-05-2010 12:32 AM
Soral42 Go to last post
0 1
anyone using scheme and postgresql? nice combo? is memcached needed?
quiet_lad
08-03-2010 07:32 AM
Simon Brooke Go to last post
2 164
Hi, Comming back from holidays, my local postgres server seems not running (ubuntu 10.4 postgress 8.4) Trying to get help on the web, i see...
Vincent Pottier
07-31-2010 06:17 PM
Mladen Gogala Go to last post
3 4
I was playing with the generate_series function which, as everybody knows, can use dates, as of the version 8.4. What I didn't realize is that it can...
Mladen Gogala
07-26-2010 02:31 PM
Mladen Gogala Go to last post
0 1
Having trouble with the following union query... SELECT table_catalog AS "databaseName", table_schema AS "schemaName", table_name AS "tableName", ''...
gargoyle60
07-23-2010 04:23 AM
gargoyle60 Go to last post
4 5
Post New Thread

Display Options
Showing threads 51 to 100 of 588
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.