| Thread | Last Post | Replies |
|
| Materialized views proposal | 30 Nov 2003 22:47 GMT | 6 |
I apologize if this post is inappropriate. Doing some development work, me and my co-worker discussed some optimizations strategies. One of the ideas that came up was materialized views. Trading disk space to summarize queries, and paying for a trigger
|
| Patch queue | 30 Nov 2003 21:00 GMT | 5 |
I have loaded the patch queue with all patches that were in my main mailbox: http://momjian.postgresql.org/cgi-bin/pgpatches I still have to go through the saved patches in:
|
| passing function's output into C function | 30 Nov 2003 13:58 GMT | 3 |
I have table with column of type "inet". Then I have my own function resolveip(text). It works okay when I store IP addres into column typed as text or varchar. But with type of inet I run into this problem: select host(acc_ip), resolveip(host(acc_ip)) from access_test limit 15
|
| -fpic vs. -fPIC | 30 Nov 2003 13:56 GMT | 9 |
Late in the 7.4 release we've added a patch that changed -fpic to -fPIC for Linux Sparc. We wanted to investigate that issue further later on. I've tried building PostgreSQL with -fpic on Sparc and saw no problems. So I suggest that we change back to -fpic until we get detailed ...
|
| permission errors for set authority and schema public | 30 Nov 2003 10:09 GMT | 1 |
I upgraded to 7.4 a few days ago and am getting these errors when importing dumps: "permission denied to set session authority" and "permission denied for schema public". Not all of the dump is imported successfully.
|
| Cron-job for checking up on pg_autovacuum | 30 Nov 2003 05:13 GMT | 3 |
I haven't found anything in terms of startup- and check-scripts for pg_autovacuum yet; usually I like to have some sort of mechanism to check if some daemon is running and restart it if it isn't. Of course this sort of script shouldn't be too much of a bother for more
|
| initdb mkdir_p() doesn't work | 30 Nov 2003 05:08 GMT | 6 |
Here is what I get: peter ~$ pg-install/bin/initdb pg-install/var/data ... creating directory pg-install/var/data ... initdb: failed
|
| Bug in byteaout code in all PostgreSQL versions | 30 Nov 2003 03:34 GMT | 1 |
bytea-test.cxx -- contains detailed description of the bug and test plan and code. varlena.c.diff -- patch for PostgreSQL 7.5devel src/backend/utils/adt/varlena.c#byteaout
|
| Build problems for PostgreSQL v7.4 on FreeBSD v4.1 | 30 Nov 2003 03:27 GMT | 1 |
In file postgresql-7.4/src/interfaces/ecpg/ecpglib/misc.c, this version of FreeBSD has no definition of LONG_LONG_MIN, although it does support an int64_t integral type. Compilation was successful after inserting
|
| Drop Cascade of Domains | 30 Nov 2003 01:01 GMT | 2 |
I have a table which contains three columns of domain X. If I drop the domain X with cascade, the table remains with no columns.
|
| ip of the user doing an insert | 30 Nov 2003 00:40 GMT | 5 |
Is there a function or other way to get the user's ip address the moment an insert is performed? Supposed that many people with the same "pg_username" are conected to the database so no username tracking is usefull.
|
| pg_restore and transaction id wraparound | 30 Nov 2003 00:32 GMT | 5 |
Hypothetical situation: a table containing, say, 10 billion rows is backed up and then restored with pg_restore. Would this lead to the transaction id wraparound issue since 10B rows are imported in one "batch"? Thanks
|
| $Id$ -> $PostgreSQL$ Change | 29 Nov 2003 22:40 GMT | 9 |
Based on discussions on -hackers, and baring any objections betwen now and then, I'm going to go through all files in CVS and change: $Id$ -> $PostgreSQL$ I will do this the evening of Friday, November 29th ...
|
| 7.4 official docs : Fonts? | 29 Nov 2003 21:06 GMT | 21 |
Have the fonts gone wild in the new 7.4 documentation? In the tables describing the functions and operators and in the table of contents, there are at least three different fonts
|
| 7.3.5 to be released this week ... | 29 Nov 2003 20:06 GMT | 1 |
Bruce is going to do whatever magic he needs to on Tuesday, after while I'll bundle it up for testing (at which point in time Peter should point out any oops I happen to have made, no after, eh? *evil grin*) ... then we'll do an announce of its availability on Wednesday ...
|