| Thread | Last Post | Replies |
|
| About pgevent | 31 Jul 2004 23:20 GMT | 2 |
If pgevent is a DLL, why is it in src/bin? We cannot have binary files like MSG00001.bin in our source tree, no matter how convenient it is. The distributors are going to kill us for that. Please find another way.
|
| plpgsql compile error on win32 | 31 Jul 2004 21:04 GMT | 3 |
With the latest commits, plpgsql no longer compiles on win32, because of a link failure to pg_strcasecmp(). I fixed this locally by adding "-lpgport" to SHLIB_LINK in the makefile in pl/plpgsql/src, but I'm not sure if that is the correct long-term
|
| Compile failure on nl_langinfo | 31 Jul 2004 18:24 GMT | 6 |
I am seeing the following compile failure in currrent CVS. gmake[4]: Leaving directory `/dados/pgsql/cvs/pgsql/src/port' gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/include ...
|
| Significant spaces | 31 Jul 2004 14:11 GMT | 2 |
PostGreSQL 7.2.4 Can anyone tell me where trailing spaces are significant in CHAR, VARCHAR and TEXT fields? We pass a VARCHAR variable into a 3rd party language product 'function'
|
| error installing PGSql 7.4.3 on Solaris 9 | 31 Jul 2004 01:57 GMT | 1 |
Not sure if I am writing to the correct list but this was the address it gave at the top of the "Supported Platforms" in the docs. when I run: ./configure --without-readline, I get the following error that aborts the config process: "checking types of arguments for accept()...
|
| best type for unix file system timestamp? | 31 Jul 2004 01:21 GMT | 4 |
So, I'm recording the timestamp from some unix files. Any opinions as to whether it's best to use a "bigint" (which matches the file system data) or a "timestamp" (which might be easier to manipulate in the database)?
|
| problem with CVS version | 30 Jul 2004 20:27 GMT | 10 |
I Have problem(s) with the CVS version of psqldobc.dll. At the server side i have Postgresql 7.2.1 on Debian. With a table as it: =========================================================
|
| Backup questions | 30 Jul 2004 19:58 GMT | 3 |
I have 2 questions. 1. What is the best way to back up a production box running Postgres nightly? 2. I thought the best way was to create a script that would use
|
| Pg/ODBC driver connection discovery and speed | 30 Jul 2004 19:53 GMT | 1 |
Hello list, I've searched through FAQs, docs, and the mailing list about this problem, but haven't found anything, so I hope this isn't a repeat. I've got a windows machine running some Shipping software, connected to a
|
| Shared Foreign Keys From Two Tables | 30 Jul 2004 19:08 GMT | 1 |
I'm looking for a better way to make use of foreign keys. Here is a sample setup: -- TESTING Foreign Keys create table mod (
|
| Where does the xlateSqlType symbol point to? | 30 Jul 2004 19:00 GMT | 1 |
Having tried various options, I still cannot find the clue where to llok at concerning the following error message: Load of file /usr/lib/pgsql/plpgsql.so failed: /usr/lib/pgsql/plpgsql.so: undefined symbol: xlateSqlType
|
| ERROR Urgent | 30 Jul 2004 18:02 GMT | 1 |
I am running Postgresql on windows 2000.Sometimes when I connect postgresql from my application, I get following error on the prompt pq_recvbuf: recv() failed: Connection reset by peer Too many clients Can anyone tell me what is the problem with postgresql. My application gets ...
|
| 7.2 - 7.4.2 production server migration issue | 30 Jul 2004 17:54 GMT | 7 |
Hi everyone at the list, Some months ago i asked you some questions about 7.2 - 7.4.3 migration. Then i switched to the performance list to complain about postgres 7.2 poor performance and discussed about different ways to improbe
|
| Postgresql and OS cluster | 30 Jul 2004 16:46 GMT | 1 |
Hi friends, I am loading Potsgresql in shared hard disks. The Disk cluster is shared by two nodes. The nodes can access the disks asynchronously, i.e, the node coming up
|
| How can i start up POSTMASTER from unprivilege account | 30 Jul 2004 15:10 GMT | 1 |
Hello All I have an account in our cluster. This is a normal linux use. Our administrator have set up postgres there. But he have n?t start up the postgreSQL server in the cluster. Can anyone tell me how can I start up the postmaster and from an user space. Where should i need ...
|