Search Result
Collapse
7 results in 0.0015 seconds.
Keywords
Members
Tags
-
vb.net application with postgress deploying
i have an application with .net and postgres and i want to access db from 3 to 4 client mach with one central server. how to deploy the application in this way. Also i want to know whether we can develop a installer package to install the developed application in server and client separately -
luftikus143 started a topic How to connect to two Postgres databases, and, if possible, return one $result?in PHPHow to connect to two Postgres databases, and, if possible, return one $result?
Hi there,
I need to connect to two postgres databases. And I would like to "join" the two "$results", so that the content will be displayed as if it is only one single request.
I had imagines something like this:
...Code:// connect to first database db_connect("database_1"); // retrieve first results db_query($query); // store results in temporary -
How to edit oid of database?
I want to create 2 databases in 2 server and these have only one OID. Example:
Server 1: database 'Test' with OID: 16384
Server 2: database 'Test' with OID: 16353
I want to edit OID of database Test on server 2 to 16384.
How to do that?
And how to create a database with fix OID??
(I have a problem when using replication with pgpool II, pgadmin cannot connect to new database... -
missing separate debuginfo for... (postgresql installed on opensuse)
I've installed postgresql from source code successfully on opensuse11.2.
and I launch gdb to debug postgresql.
when I try to "run", I get the following result:
"Starting program: /usr/local/pgsql/bin/postgres
Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2
Try: zypper install -C "debuginfo(buil d-id)=591af1afa33 f255704fb6a6085 9b93d00e205302"
Missing separate debuginfo for... -
How we improve query execution of a bulky database..
Hi Friends,
I am working in Postgresql 8.3. In that I have one table A, this table contains number of attributes and we already put indexing on Id, liveId attributes. But this table also contains the insertedDate and one more and very important things is that in every seconds approx 30 hits occurred in this table.
When we are fetching the records from this table Its takes to much time. Yesterday I had put indexing on... -
PGAdmin connection to PostgreSQL
PG Admin Version 1.6.0 (Nov 15 2006, rev 5641) Running on Windows 2000
PostgreSQL 8.2.6, running remotely on Linux
pg_hba.conf contains the record ...
host all all 12.345.678.90 255.255.255.255 trust
where 12.345.678.90 is the IP address that I am trying to connect from
Database started with
/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -o -i start
... -
postgres in freebsd jail
Hi,
I am using postgresql 8.0beta in a freebsd jail environment. My inittdb
gives me a message like:
---
creating template1 database in /home/..../db/base/1 ... FATAL: could
not create shared memory segment: Function not implemented
DETAIL: Failed system call was shmget(key=1, size=1187840, 03600).
child process exited with exit code 1
initdb: failed
---
I searched the archives...