threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Oopps was not a group reply, sorry all you reader of the list :-)\n\n\n\n----- Forwarded message from Jean-Paul ARGUDO <jean-paul.argudo@IDEALX.com> -----\n\nFrom: Jean-Paul ARGUDO <jean-paul.argudo@IDEALX.com>\nTo: Tom Lane <tgl@sss.pgh.pa.us>\nSubject: Re: [HACKERS] RTREE Index on primary k... |
[
{
"msg_contents": "Don,\n\ndoes your approach handle directed graphs ( DAG ) ?\nActually our module is just a result of our research for new\ndata type which could handle DAGs ( yahoo, dmoz -like hierarchies)\neffectively in PostgreSQL.\nWhile we didn't find a solution we decided to release this module\nbecause... |
[
{
"msg_contents": "\nIs it safe to drop and recreate an index used by a sequence? Over\nthree databases I have these key indexes taking up about a gig of\ndisk space and I need to free it up (since the partition is getting\nrather full).\n\nVince.\n-- \n=========================================================... |
[
{
"msg_contents": "\n> Now, with MVCC, the backend has to read through the redo segment to get\n\nYou mean rollback segment, but ...\n\n> the original data value for that row.\n\nWill only need to be looked up if the row is currently beeing modified by \na not yet comitted txn (at least in the default read comm... |
[
{
"msg_contents": "\n> > I am starting to see the advantages and like it. I also like the exact \n> > name \"public\" for the public schema.\n> \n> I wonder if we should think about a 'group' area so people in a group\n> can create things that others in the group can see, but not people\n> outside the group.\n\... |
[
{
"msg_contents": "\n> > > How about: use overwriting smgr + put old records into rollback\n> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n> > > segments - RS - (you have to keep them somewhere till TX's running\n> > > anyway) + use WAL only as REDO log (RS will be used to \n> rollback TX'\n> > > changes and WAL will b... |
[
{
"msg_contents": "\n> I've looked at the problem a little bit --- there's literature more\n> recent than Lehmann-Yao that talks about how to do btree compaction\n> without losing concurrency. But it didn't get done for 7.2.\n\nYes, there must be. Informix handles this case perfectly.\n(It uses a background bt... |
[
{
"msg_contents": "Hi Folks\n\n I am using Solaris-2.8 with all the gnu tools. I am trying\nto compile php with PostgreSQL and when I run apache, I\nget this error, I have LD_LIBRARY_PATH set to include\n/usr/local/pgsql/lib:/usr/local/lib and export it.\n\n Everything works fine, when I do not include \"... |
[
{
"msg_contents": "For anyone interested, I have posted a new version of multi-threaded\nPostgres 7.0.2 here:\n\nhttp://sourceforge.net/projects/mtpgsql\n\n\nMyron scott\nmkscott@sacadia.com\n\n",
"msg_date": "Sat, 26 Jan 2002 13:19:10 -0800 (PST)",
"msg_from": "<mkscott@sacadia.com>",
"msg_from_op"... |
[
{
"msg_contents": "Just a note: the current doc/FAQ file mentions that the latest version of\npostgres available is 7.1.3. This should be changed to 7.2 for the\nrelease.\n\nChris\n\n\n",
"msg_date": "Mon, 28 Jan 2002 15:57:39 +0800 (WST)",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.co... |
[
{
"msg_contents": "Hello all,\n I am working on that SHOW locks todo item, that lists all\n current locks. This seems a bit tricky as there is no central\n place where one could reference a lock, appears they are just\n called.\n Now my question is that, would it be \"ok\" to have a locks\n linked l... |
[
{
"msg_contents": "Hello.\n\nThere is small table:\n----------\ncreate table some_table (\nid int UNIQUE,\nvalue int\n);\nINSERT INTO some_table values(1,0);\n....\nINSERT INTO some_table values(50,0);\n-------------\n\nWhen I do UPDATE some_table set value=... where id=...,\nquery execution time raises in arit... |
[
{
"msg_contents": "I spent the weekend fooling around trying to reduce the time needed to\nstart a fresh backend. Profiling seemed to indicate that much of the\ntime was going into loading entries into the relcache: relcache entry\nsetup normally requires fetching rows from several different system\ncatalogs. ... |
[
{
"msg_contents": "As hinted somewhere within the schema-objects thread, I'm implementing GUC\nsettings that are stored in the pg_shadow and pg_database system catalogs\nand are activated in sessions for that user or database.\n\nThe basic functionality is done, although two issues sort of need a show\nof hands... |
[
{
"msg_contents": "I'm sort of confused about the ways in which you can access tuple data you\nget from heap scans or syscache lookups. Perhaps this can be cleared up\nand documented, because new contributors might like this information.\nHere's the information and questions I have:\n\nTuples obtained from hea... |
[
{
"msg_contents": "Hi,\n\nthanks for reading this message.\n\nI have a table (in a postgres database) looking like this:\n\n Table \"zdec_bhab\"\n Attribute | Type | Modifier\n-----------+-----------+----------\n run | bigint |\n evt | bigint |\n ...\n pcha | real[] |\n ...... |
[
{
"msg_contents": "Hi all,\n I am writing a php script to backup my postgres database through web interface, but my database is password required. When I do a pg_dump at the linux shell prompt, it will prompt for password in order to backup the database, does anyone know how to pass this password with the pg... |
[
{
"msg_contents": "Hi hackers,\n\nIs there any way of logging all queries and their duration in postgres? I\nknow you can log queries - but I can't see any way of logging durations.\n\nIf not - would it be a worthwhile TODO?\n\nChris\n\n",
"msg_date": "Tue, 29 Jan 2002 15:42:59 +0800",
"msg_from": "\"C... |
[
{
"msg_contents": "I've noticed that in postgresql 7.2b4 and in some contrib(I've seen\ndbf2pgsql) there are inline variables, I think this is not ANSI code.\nMIPS PRO compilers did not work with inline unless u use API specific\ntools\nhope it helps",
"msg_date": "Tue, 29 Jan 2002 11:58:46 +0100",
"msg... |
[
{
"msg_contents": "I'm not an OpenServer guy. I'll forward to the PG Hackers List.\n\nOn Tue, 29 Jan 2002 09:01 PST\nrr@caldera.com wrote:\n\n> Hi Guys,\n> \n> I am having trouble getting PostgreSQL 7.1.3 working with UNIX\n> domain sockets on OpenServer 5. I can start the postmaster with\n> the \"-i\" option ... |
[
{
"msg_contents": "While fooling around some more with profiling of simple queries,\nI noticed that in some scenarios there are lots of failing lookups in\nthe syscaches. This happens, for example, when trying to resolve\nambiguous operators or functions: the parser will do a lot of\ncan_coerce_type calls, eac... |
[
{
"msg_contents": "The other day, I did a test build of \"everything\", which involved\nspecifying 17 command-line arguments to configure. This is probably the\nreason why some fringe features are not tested very often: the list of\noptions is pretty overwhelming.\n\nI remembered that in the old days PHP had a... |
[
{
"msg_contents": "\n> Superusers can also add SUSET records to their per-user settings. I'm\n> currently unsure about whether to allow superusers to add SUSET settings\n> to the per-database settings, because it would mean that the database\n> session would behave differently depending on what user invokes it... |
[
{
"msg_contents": "\n> > Okay, that's a reasonable case to\n> > try to optimize, though I'd like to think the problem will go away\n> > in a release or two when we implement VACUUM-time index shrinking.\n> > \n> > However, I'm not sure about the \"lot faster\" part. The only win\n> > I can see is that when reb... |
[
{
"msg_contents": "\n> However, what you probably wouldn't want to do is cache negative lookups\n> that don't end up producing results or are not part of a search chain at\n> all. Those are user errors and not likely to be repeated and do not need\n> to be optimized.\n\nBut this also is resolved by the LRU mec... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Justin Clift [mailto:justin@postgresql.org] \n> Sent: 30 January 2002 14:19\n> To: Peter Eisentraut\n> Cc: PostgreSQL Development\n> Subject: Re: [HACKERS] A simpler way to configure the source code?\n> \n> \n> I feel having the \"fringe features\" mo... |
[
{
"msg_contents": "Hi,\n\nanybody has an experience how is stable postgresql under Windows system ?\nI tried postgresq 7.1 under Cygwin, Windows 98 and was dissapointed\nby very bad performance. Are there something I could tune ?\nI got 250 sel/sec on simple select from table with 500 rows !\nUnder Linux I have... |
[
{
"msg_contents": "\nMorning all ...\n\n\tSo far as we can tell, we're *finally* ready for release ... Tom\nmade a few benign commits since rc2 that he feels doesn't warrant an rc3,\nso we are planning on doing the final release on Monday ...\n\n\tDoes *anyone* have any outstanding bugs that they would like to\... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: 30 January 2002 17:58\n> To: Oleg Bartunov\n> Cc: pgsql-admin@postgresql.org; Pgsql Hackers\n> Subject: Re: [HACKERS] [ADMIN] postgresql under Windows is slow \n> \n> \n> Oleg Bartunov <oleg@sai.msu.su> wr... |
[
{
"msg_contents": "Hi,\n\nI seem to recall that someone on the list here is responsible for the\ndatabases/postgresql7 port on FreeBSD?\n\nIf so, then could you create a new port for 7.2 (ie.\ndatabases/postgresql72), and leave the current one as 7.1.3 - it would be a\nGood Thing(tm).\n\nCheers,\n\nChris\n\n",
... |
[
{
"msg_contents": "Hi All,\n\nI recently had a spate of permission probs on our PHP site, with lots of log\nentries like this:\n\n2002-01-31 09:20:58 ERROR: users_stats: Permission denied.\n2002-01-31 09:20:58 ERROR: recipe_recipes: Permission denied.\n\nWhat I would like to see instead is:\n\n2002-01-31 09:2... |
[
{
"msg_contents": "I don't think it's any surprise that I'm hot on kerberos (updated docs\nwill come, one thing at a time), however I'm really really really\nsupper annoyed with the fact that I can't specify a way for a host to\noptionally use krb5 or optionally use password authentication. If\nyou've got kerb... |
[
{
"msg_contents": "> This is probably a pretty stupid thing we are missing but we cant get hebrew to collate properly in PG7.1\n> \n> We are running PG7.1 on RH6.2 with ACS 3.2/AOLServer \n> \n> we set LC_COLLATE and LC_CTYPE to iw_IL.UTF-8 as the system locale. (We want to support hebrew)\n> \n> we then ran IN... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Christopher Kings-Lynne [mailto:chriskl@familyhealth.com.au] \n> Sent: 31 January 2002 01:34\n> To: Dave Page; 'Peter Eisentraut'\n> Cc: 'PostgreSQL Development'\n> Subject: Re: [HACKERS] A simpler way to configure the source code?\n> \n> \n> > > I fe... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Oleg Bartunov [mailto:oleg@sai.msu.su] \n> Sent: 31 January 2002 11:13\n> To: Dave Page\n> Cc: 'Tom Lane'; 'pgsql-admin@postgresql.org'; 'Pgsql Hackers'\n> Subject: Re: [HACKERS] [ADMIN] postgresql under Windows is slow \n> \n> \n> On Wed, 30 Jan 2002... |
[
{
"msg_contents": "We are having some strange behavior with PostgreSQL 7.1.3 where rows \nare inserted with a timestamp that is out of order... here is the \ntable description and a few rows:\n\n\n Table \"event_page\"\n Attribute | Type | Modifier... |
[
{
"msg_contents": "Not sure if this is the right newsgroup to use. I did not see a general \none or sql statement one for postgres. Please point me to the correct \nlocation if this is wrong and I apologize for the off topic if it is.\n\n\nI am attempting to do a select in which I force an existing \ncolumn(fi... |
[
{
"msg_contents": "Neil,\n\nwe've looked at your patch and seems everything is fine.\nTom or Bruce, apply it for 7.3\n\nWe're looking for gist developers, but anyway, thanks for\nthis \"janitorial\" work :-)\n\nWe plan to add concurrency support for GiST, so if you\nfeel interest you're welcome !\n\n\tRegards,\... |
[
{
"msg_contents": "Last Minute AIX_FAQ patch with small corrections for current version, \nplease apply.\n\nAndreas",
"msg_date": "Fri, 1 Feb 2002 18:48:54 +0100",
"msg_from": "\"Zeugswetter Andreas SB SD\" <ZeugswetterA@spardat.at>",
"msg_from_op": true,
"msg_subject": "[PATCHES] FAQ_AIX patch ... |
[
{
"msg_contents": "I am writing an ODBC driver for PostgreSQL.\n\nI am using binary cursors. For most data types, I have no problems, but\nfor a couple I am confused. If someone could point me to the proper\ndocumentation, source file or whatever, I would very much appreciate it.\n\nThe types I am having prob... |
[
{
"msg_contents": "-----Original Message-----\nFrom: Tom Lane [mailto:tgl@sss.pgh.pa.us]\nSent: Friday, February 01, 2002 12:08 PM\nTo: Dann Corbit\nCc: pgsql-hackers@postgresql.org\nSubject: Re: [HACKERS] A couple binary cursor questions \n\n\n\"Dann Corbit\" <DCorbit@connx.com> writes:\n> The types I am havin... |
[
{
"msg_contents": "Hi all,\n\nDoes anyone know how to disable the \" \\! \" and \" \\l \" commands ?\n\nI´m using PostgreSql 7.1 on a Solaris 7.\n\nThe case is:\n\nUsers connect on another solaris through SSH with a shell developed by me in perl, and connect to the PGSQL_SERVER through psql. The problem is: whe... |
[
{
"msg_contents": "Frank Wiles writes:\n\n> While considering you're preparing for a new release this probably\n> isn't the best time for this question, however I noticed you have a\n> TODO item \"Add documentation for perl, including mention of DBI/DBD\n> perl location\". Is this still outstan... |
[
{
"msg_contents": "This fixes references to 7.1.3 (I think). It also modifies the japanese\nFAQ, so I'm not sure if that's done correctly.\n\nChris",
"msg_date": "Sat, 2 Feb 2002 12:33:14 +0800 (WST)",
"msg_from": "Christopher Kings-Lynne <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"ms... |
[
{
"msg_contents": "Hi,\n\nThe problem can be reproduced by following these steps.\n\n1) initdb a new DB cluster\n\n2) connect to template1 as postgres\n\n3) CREATE USER foo WITH CREATEDB;\n\n4) \\c template1 foo\n\n5) CREATE DATABASE foo;\n\n6) \\c template1 postgres\n\n7) ALTER USER foo NOCREATEDB;\n\n8) (quit... |
[
{
"msg_contents": "Hi,i re installed my server yesterday, upgrading mainly the os( RH 6.0 to RH7.2),Postgres 7.2b5 -> 7.2RC2 and some hardware.(raid controller)\n\nI got like 30 000 visit / day with 2Millions hits.\n\nthe os is : RH 7.2, the cpu is an athlon 600MHz with 1.5Go SDRAM\ngot an Adaptec raid controll... |
[
{
"msg_contents": "Hi, I just want you guys to know how great PostgreSQL really is.\n\nAt www.dmn.com, we use PostgreSQL and Oracle. The original plan called for\nOracle, but over time systems have been scaled, and to do the scaling, we use\nPostgreSQL on Linux.\n\nWe have a music information system, using a co... |
[
{
"msg_contents": "At my old job, we used PostgreSQL exclusively. I was doing programming,\nand it was great.\n\nAt my new job I've had a chance to work with SQL Server and Oracle. I\ndon't like either of them from a SQL point of view. They just don't\ncompare (at least for what should be easy stuff, like da... |
[
{
"msg_contents": ">> Hi, I just want you guys to know how great PostgreSQL really is.\n\nAgreed! We have a similar success story with our client Flower.com. This\nsystem is completely based on postgresql, and although we are generally\ndoing more simple queries on the frontend site - postgresql backs all of\... |
[
{
"msg_contents": "Try pgAdmin II (http://pgadmin.postgresql.org). It runs on Windows but has\nplenty of features. It's main limitation is that it can only do things that\nare possible via ODBC so you can't control the Postmaster or configure the\nserver with it (yet).\n\nRegards, Dave.\n\n> -----Original Messa... |
[
{
"msg_contents": "\n> > > Syntax error on line 222 of\n> > /export/home/rajkumar/apache/conf/httpd.conf:\n> > > Cannot load /export/home/rajkumar/apache/libexec/libphp4.so into\n> > server: ld.so.1: > /export/home/rajkumar/apache/bin/httpd: fatal:\n> > relocation error: file /usr/local/lib/libpq.so.2: symbol m... |
[
{
"msg_contents": "\n... can a few of you go take a peak and let me know if anything is\nwrong/missing?\n\n",
"msg_date": "Mon, 4 Feb 2002 10:28:18 -0400 (AST)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "v7.2 rolled last night ..."
},
{
"m... |
[
{
"msg_contents": "First just let you know i solved my past issue, i used IPCHAINS to redirect port 80 to a non root port, look like there is some ressource system leaking in IPCHAINS, i moved from it to IPTABLE and all works fine now.\n\nBack to postgres :)\n\nlet's say i have one table with the following sche... |
[
{
"msg_contents": "\"Dave Cramer\" <davec@fastcrypt.com> writes:\n> Mine manifests with the sequence being updated, and then another process\n> comes along and tries to do the same operation and somehow gets the same\n> sequence.\n\nAll I can say is I've been over the sequence code with a flinty eye,\nand I'm d... |
[
{
"msg_contents": "Last week I said:\n> Hmm ... what that says is that unlinking pg_internal.init in\n> setRelfilenode is the wrong place. The right place is *after*\n> committing your transaction and *before* sending shared cache inval\n> messages. You can't unlink before you commit, or someone may rebuild\n... |
[
{
"msg_contents": "Hi,\n\nwe've got a message from Poul about problem with our contrib modules\ntsearch and I dont' know yet if this could be really tsearch problem,\nit's time to go to the bed :-) Could be this problem related to the\npartial index he used ?\n\n\tRegards,\n\t\tOleg\n___________________________... |
[
{
"msg_contents": "I re-wrote RServ.pm to C, and wrote a replication daemon. It works, but it\nworks like the whole rserv project. I don't like it.\n\nOK, what the hell do we need to do to get PostgreSQL replicating?\n",
"msg_date": "Mon, 04 Feb 2002 19:10:32 -0500",
"msg_from": "mlw <markw@mohawksoft.c... |
[
{
"msg_contents": "Please add a documentation section for BINARY cursors for each and every\ndata type.\n\nI am not asking for the internal format of a double or any other data\ntype.\n\nRather, for the non-obvious types (e.g. Numeric, time-with-timezone,\netc.) what exactly is returned by PQgetvalue()?\n\nLack... |
[
{
"msg_contents": "Suggestion:\nBecause the Ecpg project uses a global sqlca, it can be accessed by only\none thread at a time.\nIf (instead) we had a user supplied sqlca, it could be used by multiple\nthreads.\nWhy not have the user allocate the sqlca or pass it in as a parameter\n(maybe they want an auto sqlc... |
[
{
"msg_contents": "Are there any plans to merge the sources from the experimental threaded\nserver and the forked server so that a compile switch could choose the\nmodel?\n",
"msg_date": "Mon, 4 Feb 2002 18:23:10 -0800",
"msg_from": "\"Dann Corbit\" <DCorbit@connx.com>",
"msg_from_op": true,
"ms... |
[
{
"msg_contents": "> From: Marc G. Fournier [mailto:scrappy@hub.org]\n> \n> \n> \n> ... can a few of you go take a peak and let me know if anything is\n> wrong/missing?\n> \n> \nI sent the following to pgsql-cygwin but so far had no response. I have\nsuccesfully used v7.2b5 so suspect something on my system has... |
[
{
"msg_contents": "\n> If someone wanted to submit appropriate patches for the v7.3 development\n> tree, that merge cleanly, I can't see why this wouldn't be a good thing\n> ...\n\nI thought that the one thread instead of one process per client model\nwould only be an advantage for the \"native Windows port\" ?... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Henshall, Stuart - WCP \n> [mailto:SHenshall@westcountrypublications.co.uk] \n> Sent: 05 February 2002 10:06\n> To: 'Marc G. Fournier'; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] v7.2 rolled last night ...\n> \n> \n> > From: Marc G. Fourni... |
[
{
"msg_contents": "Sounds like you're not running the ipc-daemon.\n\nRegards, Dave.\n\n> -----Original Message-----\n> From: Milan Roubal [mailto:roubm9am@barbora.ms.mff.cuni.cz] \n> Sent: 05 February 2002 10:45\n> To: Henshall, Stuart - WCP; 'Marc G. Fournier'; \n> pgsql-hackers@postgresql.org\n> Subject: Re: ... |
[
{
"msg_contents": "Sorry for the false alarm seem to have got it working after a clean compile.\n- Stuart\n\n> -----Original Message-----\n> From: Dave Page [mailto:dpage@vale-housing.co.uk]\n> Sent: 05 February 2002 10:53\n> To: 'Milan Roubal'; 'Henshall, Stuart - WCP'; 'Marc G. Fournier';\n> 'pgsql-hackers@po... |
[
{
"msg_contents": "Yup, looks fine here too - all regression tests pass OK.\n\nRegards, Dave.\n\n> -----Original Message-----\n> From: Henshall, Stuart - WCP \n> [mailto:SHenshall@westcountrypublications.co.uk] \n> Sent: 05 February 2002 12:04\n> To: 'Dave Page'; 'Milan Roubal'; Henshall, Stuart - WCP; \n> 'Mar... |
[
{
"msg_contents": "Hi all,\nstarting with 7.2, now() returns a time with milliseconds. If extracted\nfrom the db and displayed verbatim, it shows up as\n'2002-02-05 10:59:36.717176+02'.\n\nUnfortunately, I have a lot of code that displays the date/time directly\nfrom the db on a web page without any to_char tra... |
[
{
"msg_contents": "Hi all,\n\nI'm working on an implementation of the DRDA protocol and am planning on \nmodifying postgresql to support DRDA. (DRDA is an Open Group standard \nprotocol for client to database communications, promoted mostly by IBM). \n\nAnyway, as a first step towards this I was hoping to exp... |
[
{
"msg_contents": "\nTom/Jason,\n\nA couple of weeks ago we exchanged emails regarding excessive database\nstartup times on Cygwin (~15 secs iirc). I've been playing with 7.2 release\ntoday and can happily report that I'm now seeing just a couple of seconds.\n\n:-)\n\nRegards, Dave.\n",
"msg_date": "Tue, 5 ... |
[
{
"msg_contents": "\n> > If (instead) we had a user supplied sqlca, it could be used by multiple\n> > threads.\n> \n> How do you want to supply it? \n\nInformix does this:\n\n#else /* IFX_THREAD */\nextern long * ifx_sqlcode();\nextern struct sqlca_s * ifx_sqlca();\n#define SQLCODE (*(ifx_sqlcode()))\n#define S... |
[
{
"msg_contents": "Hi,\n\nplease apply attached patch for 7.2.1\n\nintarray:\n add check size of array for gist__int_ops\ntsearch:\n make signature if index key is greater than TOAST_INDEX_TARGET\n For all operations gist_txtidx_ops amopreqcheck=true,\n i.e. index is lossy.\n\nThis ... |
[
{
"msg_contents": "\nFor Immediate Release\t\t\t\tFebruary 5th, 2002\n\n\tAfter almost a full year of development since PostgreSQL v7.1 was\nreleased, the PostgreSQL Global Development Group is proud to announce the\navailability of our latest development milestone ... PostgreSQL v7.2,\nanother step forward for... |
[
{
"msg_contents": "-----Original Message-----\nFrom: Marc G. Fournier [mailto:scrappy@hub.org]\nSent: Tuesday, February 05, 2002 11:37 AM\nTo: Haroldo Stenger\nCc: Dann Corbit; Tom Lane; pgsql-hackers@postgresql.org\nSubject: Re: [HACKERS] Threaded PosgreSQL server\n[snip]\n> That's kinda what I was hoping ... ... |
[
{
"msg_contents": "Hi All,\n\nIs there a make target in postgres so that you can install the client\nlibraries, psql and the pg_* libraries WITHOUT installing the postgres\ndatabase?\n\nie. For accessing a remove postgres database?\n\nChris\n\n",
"msg_date": "Wed, 6 Feb 2002 09:56:42 +0800",
"msg_from":... |
[
{
"msg_contents": "If you can improve the ipc implementation under cygwin that would be \ngreat. Perhaps you could look at the source for the current \nimplementation \n(http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/cygipc/), and \ncome up with a patch that would improve the performance/implmentation... |
[
{
"msg_contents": "Well, we have a released version of PostgreSQL, I am making sure my explicit\nconfiguration patch works on the current version of PostreSQL. It is very\ncontroversial, I know, but if anyone wants it, let me know I will post it on\npgsql-hackers, otherwise I will post it on my site.\n",
"m... |
[
{
"msg_contents": "\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nI'd like some opinions on fixing the following behavior in \npsql (and postgres in general):\n\nfoobar=> CREATE TABLE foo (bar INTEGER);\nCREATE\nfoobar=> CREATE TABLE foo (bar INTEGER UNIQUE);\nNOTICE: CREATE TABLE / UNIQUE will create imp... |
[
{
"msg_contents": "\n-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n> I think you're wasting your time to think about this now. By \n> the time 7.3 comes out, we will have an entirely new approach \n> to temp tables: they'll be named with the same names the user \n> sees, and live in per-backend temp schema... |
[
{
"msg_contents": "Looking trough the 7.2 readme, I see that there's no message translation \ninto Danish. \n\nWhat is required to do this? \n\n --\nKaare Rasmussen --Linux, spil,-- Tlf: 3816 2582\nKaki Data tshirts, merchandize Fax: 3816 2501\nHowitzvej 75 ... |
[
{
"msg_contents": "Hi,\n\nwe're about to release new version of contrib/tree available from\nhttp://www.sai.msu.su/~megera/postgres/gist/tree/tree.tar.gz\nBrave could test it, very sparse doc is in README.tree (in russian).\n\nThe basic idea is to represent node by path from root,\nso '3.4' means 4-th child of ... |
[
{
"msg_contents": "\nMorning all ...\n\n\tFirst off, this is using v7.2 release ...\n\n\tOkay, this is going to drive me up the proverbial wall ... very\nsimple query:\n\nSELECT p.uid, p.handle\n FROM orientation_c poc, profiles p, gender_f pgf\n WHERE (p.uid = pgf.uid )\n AND (pgf.uid = poc.uid ) ;\n\... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\nThe attached patch actually does two related things. First, \nit keeps track of whether or not you are in a trnasaction \nand modifies the prompt slightly when you are by putting \nan asterick at the very front of it.\n\nSecondly, it adds a \"... |
[
{
"msg_contents": "This is something that would be wonderful to have, a mapping of PostgreSQL functions to MSSQL Server functions. In fact, I have been fantasizing about a compatibility module that would allow SQL Server applications to think they were talking to MSSQL Server when they were really talking to P... |
[
{
"msg_contents": "Hi all,\n\nI've started separating out the general socket code away from the \nfrontend/backend protocol code to make way for the inclusion of other \nnetwork protocols, and have some style questions.\n\nI see a lot of the code has K&R style names such as foo_bar_baz() and some \nhas FooBarBa... |
[
{
"msg_contents": "Here's a concrete summary of the various proposals about the location of\nconfiguration files and other things that have been discussed a while ago.\nI think we pretty much came to agree -- if not, the rest could perhaps\nbetter be discussed based on the following. There are also a couple of... |
[
{
"msg_contents": "\nPerhaps someone can shed light on this problem we are seeing.\n\nIn a table on Postgresql 7.2.b2, we have a table with one of the columns defined as\ntext[7]. If you select * from tab1, this columns data comes out as this:\n\n yada | yoda | {\"wkend\",\"wkd\",\"wkd\",\"wkd\",\"wk... |
[
{
"msg_contents": "Hi,\n\nHow about adding these for 7.3? Can this be put in the TODO?\n\nEXTRACT(TIMESTAMP FROM epoch);\nEXTRACT(DATE FROM epoch);\nEXTRACT(DOW FROM epoch);\n...\n\netc.\n\nWould be very useful.\n\nChris\n\n",
"msg_date": "Thu, 7 Feb 2002 11:18:20 +0800",
"msg_from": "\"Christopher Kin... |
[
{
"msg_contents": "\nOkay, went back through teh archives, as I know that Tom provided a\nsolution for this before, and found it at:\n\nhttp://archives.postgresql.org/pgsql-sql/2001-06/msg00329.php\n\nPlain and simple ... makes perfect sense ... doesn't work in v7.2, or, at\nleast, not as I'm expecting it to ..... |
[
{
"msg_contents": "Tom, do you have plans yet on how to store permissions granted on schemas?\n\nFor the almost-done permissions on functions and languages, I reuse the\naclitem arrays. Since these objects only have one kind of permission, it\nseems reasonable to overload the select/read permission bit for thi... |
[
{
"msg_contents": "In Rdb (for instance) you can edit the plan if you want. (Oracle too,\nIIRC -- but I never have edited a plan in Oracle)\n\nSure, it opens a big can of worms, but it would be nice for someone\ntechnically inclined to be able to fix a plan if they know better than\nthe SQL compiler did.\n",
... |
[
{
"msg_contents": "Bruce Momjian <pgman@candle.pha.pa.us> writes:\n> Tom Lane wrote:\n>> This strikes me as a fairly BAD idea because of the security\n>> implications of keeping these things in a world-accessible directory.\n\n> I assumed sysconfdir was _not_ going to be world-accessable. Does it\n> have to be... |
[
{
"msg_contents": "Bruce Momjian <pgman@candle.pha.pa.us> writes:\n> I am confused why we can't just make the directory be owned by\n> PostgreSQL super user with 700 permissions, like we do now with /data.\n\nWe could do it that way, but then the set of parameters Peter proposed\nis quite unreasonable; there sh... |
[
{
"msg_contents": "\nSomewhere after 7.2b2 (it looks like for 7.2b4) a change was made to\narray_out() in:\n\n src/backend/utils/adt/arrayfuncs.c,v 1.72 2001 /11/29 21:02:41 tgl\n\n \"Fix array_out's failure to backslash backslashes, per bug# 524.\n Also, remove brain-dead rule that double quotes are ne... |
[
{
"msg_contents": " From 7.1.3 -> 7.2, heap_fetch changed from:\n\nextern void heap_fetch(Relation relation, Snapshot snapshot, \\\n\tHeapTuple tup, Buffer *userbuf);\n\nto\n\nextern void heap_fetch(Relation relation, Snapshot snapshot, \\\nHeapTuple tup, Buffer *userbuf, IndexScanDesc iscan);\n\nCan any of th... |
[
{
"msg_contents": "With the replication code that's being worked on, pthreads are used a\ngood deal. Do I recall that it's bad juju to use pthreads (in\nthte non-portable sense)?\n\nThanks again.\n\n- Brandon\n\n\n----------------------------------------------------------------------------\n c: 646-456-5455 ... |
[
{
"msg_contents": "Hmmm...some good comments, some bad comments, some offensive comments and a\nlot of FUD from MySQL zealots who don't know any better:\n\nhttp://slashdot.org/article.pl?sid=02/02/07/0212218&mode=thread\n\nChris\n\n",
"msg_date": "Fri, 8 Feb 2002 10:22:42 +0800",
"msg_from": "\"Christop... |
[
{
"msg_contents": "We all understand the reasons why one MUST dump and restore to upgrade to 7.2,\nbut I'd like to make a general call to arms that this (or 7.3) should be the\nlast release to require this.\n\nIt doesn't look good. One should be able to upgrade in place, and even revert\nto an older version, if... |
[
{
"msg_contents": "-----Original Message-----\nFrom: mlw [mailto:markw@mohawksoft.com]\nSent: Thursday, February 07, 2002 6:56 PM\nTo: PostgreSQL-development\nSubject: [HACKERS] Why dump/restore to upgrade?\n\n\nWe all understand the reasons why one MUST dump and restore to upgrade\nto 7.2,\nbut I'd like to mak... |
[
{
"msg_contents": "Hello\nI was making a reay dumb database.\njust to play.\nIts an agenda. I set 2 tables thus far, one for people with unique attribs to each people (birth, address and the like) and one for phones, since some people have more than one, or cell phones, etc.\n\nI wanted to make a query of name,... |
[
{
"msg_contents": "Dear all,\n\nDon't flame me, this is just a reminder to tell that we would like\n- CREATE OR ALTER VIEW,\n- CREATE OR ALTER TRIGGER.\nadded to PostgreSQL.\nNot to say ALTER TABLE DROP COLUMN would be nice too.\n\nThis will help us provide a better GUI environment for pgAdmin2.\n\nBest regards... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.