Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

database postgresql

0
votes
0 answers
32 views

Copy/Replicate subsets of tables from different databases into third database

I have two databases: 1) accounts-management 2) games-management I want to make reports, which use data from both databases and i want to have third…
asked June 23, 2011 8:12 am CDT
user358448
0
votes
1 answers
37 views

Casting a Geography type in PostGIS

I have the following table defined, which uses PostGIS geography. CREATE TABLE test_geog ( id SERIAL PRIMARY KEY, boundary GEOGRAPHY(Polygon) ); I…
asked June 22, 2011 4:22 pm CDT
Steph
0
votes
1 answers
68 views

PreparedStatement is not reading all my parameters for PostGIS Geography

I have the following JDBC code. Note that I am attempting to use PostGIS geography: PreparedStatement stmt = db.prepareStatement("INSERT INTO " +…
asked June 21, 2011 5:18 pm CDT
Steph
1
vote
2 answers
36 views

Rails postgreSQL cannot get this query to work (SUM, Group Order)

This query work when I try it in SQLite: Transaction.where(:paid => true).select("created_at, SUM(amount)…
asked June 20, 2011 3:12 pm CDT
Christian
0
votes
0 answers
30 views

FireBird 2.5 vs PostgreSQL 9.0

For use in OLTP richclient apps (C# or Delphi), which do you prefer and why? Any advice, warning, hint, features and performances comparison would…
asked June 18, 2011 2:59 am CDT
Virtuo
0
votes
1 answers
41 views

Getting info from the Postgres stats collector

I'm working on small tool for gathering information about our postgres database and I have been looking at using the postgres Stats Collecter . It…
asked June 17, 2011 8:40 am CDT
Oetzi
0
votes
2 answers
23 views

Synchronization Between two Servers Postgres Database

I have two postgres database in different linux server, the thing is that I want to synchronize all the data which are inserted , updated, deleted…
asked June 17, 2011 7:10 am CDT
pavun_cool
0
votes
2 answers
27 views

Reverse FK constraint in Postgresql 9.0?

I know I can setup a FK constraint to make sure Table1.ColA exists in Table2.Key, however what if I want to do the reverse? I want to ensure…
asked June 16, 2011 12:20 am CDT
Mike Christensen
0
votes
1 answers
37 views

PostgreSQL distinct on, group by, having in one ?!

I'm am having some trouble with a PostgreSQL query What I want is a list of "Campaigns", ordered by distance, and within a minimum distance from a…
asked June 15, 2011 9:07 am CDT
Koen
0
votes
2 answers
50 views

Are long high volumn transactions bad

Hallo, I am writing a database application that does alot of inserts and updates with fake serialisable isolation level ( snapshot isolation ). To…
asked June 15, 2011 6:10 am CDT
Franz Kafka
0
votes
1 answer
23 views

Postgresql equivalent of an Access autonumber field

I am trying to build a database for my company and my programmer does not know how to have a number which fills itself in like in Access 2003. In…
asked June 14, 2011 1:23 pm CDT
nekroblivion
0
votes
3 answers
40 views

Is searching for a specific table faster than searching for a particular entry in a particular table?

I need to create a history table for particular resource and am trying to decide how to design it. My current thought was to create a separate table…
asked June 13, 2011 9:17 am CDT
ageorgie
2
votes
4 answers
27 views

Temporal database design, with a twist (live vs draft rows)

I'm looking into implementing object-versioning with the added twist of needing to have both live and draft objects, and could use the insights from…
asked June 11, 2011 3:16 pm CDT
Denis
0
votes
2 answers
47 views

"no database" error on any database-related rake tasks

`postgresql_connection': No database specified. Missing argument: database. (ArgumentError) I installed postgresql using Homebrew and am able to…
asked June 11, 2011 8:19 am CDT
Eric M.
0
votes
3 answers
36 views

Writing to PostgreSQL database format without using PostgreSQL

I am collecting lots of data from lots of machines. These machines cannot run PostgreSQL and the cannot connect to a PostgreSQL database. At the…
asked June 9, 2011 7:11 am CDT
I_like_traffic_lights
1
vote
1 answer
29 views

How to create Trigger in postgresql for checking function exit or not

I m new to postgresql and database part. I want to check function exit or not in postgresql using trigger before insert statement. any body know how…
asked June 8, 2011 11:47 pm CDT
amit31
1
vote
4 answers
31 views

How can I connect to all types of databases using php?

I have a little question. I am looking for a mode to connect to all types of databases using php and I don't find anything usefull. For example I am…
asked June 6, 2011 10:26 pm CDT
Badea Sorin
0
votes
1 answers
41 views

What is the best way to move data between postgresql and MsSql server databases

If we have the same database schema in a database on Postgresql and on MsSql Server (table, primary keys, indexes and triggers are the same) what…
asked June 6, 2011 7:21 am CDT
Dragan Matic
0
votes
0 answers
24 views

PostgresSQL allocated column length

I have an issue where I have one column in a database that might be anything from 10 to 10,000 bytes in size. Do you know if PostgreSQL supports…
asked June 2, 2011 2:24 am CDT
Rwuan
0
votes
1 answer
39 views

How would be better to implements blog on me site

I'm doing web application for many users. Application will has many modules - register, search, question-answer, forum and blog. I'm going to…
asked June 1, 2011 5:24 am CDT
user647919
Pages : 1 | 2 | 3 | 4 | 5 > [11]
217

database postgresql

Tagged: database + postgresql
Related Tags
sql × 429
database × 217
ruby-on-rails × 151
mysql × 145
php × 117
java × 113
python × 92
django × 73
hibernate × 57
query × 57
heroku × 48
ruby × 44
performance × 43
linux × 41
jdbc × 39
plpgsql × 39
postgis × 39
sql-server × 38
activerecord × 35
sqlite × 28
c# × 27
oracle × 27
psql × 25
ubuntu × 23
psycopg2 × 22
triggers × 19