threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "> > Do we need *both* database & tablespace to find table file ?!\n> > Imho, database shouldn't be used...\n> \n> That'd work fine for me, but I think Bruce was arguing for paths that\n> included the database name. We'd end up with paths that go something\n> like\n> \t..../data/tablespaces/T... |
[
{
"msg_contents": "Hello,\n\nI just upgraded from 6.5.2 to 7.0.2 on SuSE 6.4 Linux, and now I get this\nmessage when trying to insert records:\n\nERROR: fmgr_info: function 19104: cache lookup failed\n\nThis only happens on tables that use refint.so (under contrib/spi in the source\ndistribution). There is a t... |
[
{
"msg_contents": "> > We could create /data/databases/DATABASEOID/ and create \n> > soft-links to table-files. This way different tables of\n> > the same database could be in different tablespaces.\n> > /data/database path would be used in production\n> > and /data/tablespace path would be used in recovery.\n>... |
[
{
"msg_contents": "I see mention in SQL99 of function definitions which can have IN, OUT,\nand INOUT arguments. Any thoughts on how this could be supported in\nPostgres? I assume that we would need to figure out how to generate\nmulti-element tuples from the usual function calls, but wouldn't this\ndovetail wit... |
[
{
"msg_contents": "Not knowing much on this side of things but in JDBC, CallableStatement\nmentions things like IN, OUT & INOUT args - not sure about INOUT, but IN &\nOUT are there. Perhaps OUT are not valid for selects, but are in stored\nprocedures?\n\nPeter\n\n--\nPeter Mount\nEnterprise Support\nMaidstone B... |
[
{
"msg_contents": "comments prefixed with PM...\n\n--\nPeter Mount\nEnterprise Support\nMaidstone Borough Council\nAny views stated are my own, and not those of Maidstone Borough Council\n\n\n-----Original Message-----\nFrom: Philip Warner [mailto:pjw@rhyme.com.au]\nSent: Tuesday, June 27, 2000 10:07 AM\nTo: Gi... |
[
{
"msg_contents": "Please HELP!\nHi. All I'm new with PostgreSQL. Can't find no more docs on PL/pgSQL except\nthose on postgresql.org in \"programmers guide\". Does anyone know any links.\nPlease HELP!\n\ngrishick\ngrishick@sendmail.ru\n\n",
"msg_date": "Tue, 27 Jun 2000 14:41:25 +0400",
"msg_from": "\"... |
[
{
"msg_contents": "\n\n--\nPeter Mount\nEnterprise Support\nMaidstone Borough Council\nAny views stated are my own, and not those of Maidstone Borough Council\n\n\n-----Original Message-----\nFrom: Philip Warner [mailto:pjw@rhyme.com.au]\nSent: Tuesday, June 27, 2000 11:31 AM\nTo: Peter Mount; Giles Lean\nCc: Z... |
[
{
"msg_contents": "\n> That'd work fine for me, but I think Bruce was arguing for paths that\n> included the database name. We'd end up with paths that go something\n> like\n> \t..../data/tablespaces/TABLESPACEOID/RELATIONOID\n> (plus some kind of decoration for segment and version), so you'd have\n> a hard ti... |
[
{
"msg_contents": "\n> Thomas Lockhart <lockhart@alumni.caltech.edu> writes:\n> > I see mention in SQL99 of function definitions which can \n> have IN, OUT,\n> > and INOUT arguments. Any thoughts on how this could be supported in\n> > Postgres?\n> \n> I noticed that but haven't quite figured out how it's suppos... |
[
{
"msg_contents": "\nI have done several searches in the mailing list archive, and all come up\nwith no results (eg. search hackers for vacuum). There seems to be a problem.\n\nA user on the SQL list just reported that they could not find 'backup' in\nin admin, general and sql.\n\n\n----------------------------... |
[
{
"msg_contents": "\n> Thomas Lockhart <lockhart@alumni.caltech.edu> writes:\n> > create table t1 (x int);\n> > create function foo (out int) returns int as ...;\n> > select foo(x) from t1;\n> \n> > will give two columns for the result.\n> \n> You've *got* to be kidding.\n> \n> To name just one problem wi... |
[
{
"msg_contents": "Hello all,\n\nThis is the result of my 6 days \"war\" with Linux kernel people...\nAny usefull comments on this????\n\n---------- Forwarded Message ----------\nSubject: Re: Fwd: Problem with recv syscall on socket when other side closed connection\nDate: Tue, 27 Jun 2000 16:21:55 +0400 (MSK... |
[
{
"msg_contents": "I'm in the process of fixing build problems in 7.0.2 for Solaris CC\n(not GCC).\n\n1. I'm curious why src/template/solaris_sparc_cc contains:\n -DDISABLE_COMPLEX_MACRO\nsrc/templates/solaris_i386_cc does not contains this definition.\n\nThis breaks the compilation:\ngmake[3]: Entering direct... |
[
{
"msg_contents": "> > > The symlinks wouldn't do any good for what Bruce had in \n> > > mind anyway (IIRC, he wanted to get useful per-database\n> > > numbers from \"du\").\n> > \n> > Our database design seems to be in the opposite direction\n> > if it is restricted for the convenience of command calls.\n> \n>... |
[
{
"msg_contents": "> > > Well, I don't see any reason not to use tablespace/database \n> > > rather than just tablespace. Seems having fewer files in \n> > > each directory\n> > \n> > Once again - ability to use different tablespaces (disks) \n> > for tables/indices in the same schema. Schemas must not dictate\... |
[
{
"msg_contents": "> > Do we need *both* database & tablespace to find table file ?!\n> > Imho, database shouldn't be used...\n> \n> Then the system tables from different databases would collide.\n\nActually, if we're going to use unique-ids for file names\nthen we have to know how to get system file names anyw... |
[
{
"msg_contents": "> > > Then the system tables from different databases would collide.\n> > \n> > Actually, if we're going to use unique-ids for file names\n> > then we have to know how to get system file names anyway.\n> > Hm, OID+VERSION would make our life easier... Hiroshi?\n> \n> I assume we were going to... |
[
{
"msg_contents": "> I actually meant I thought we were going to have a pg_class column\n> called relversion that held the currently active version for that\n> relation.\n> \n> Yes, the file name will be pg_class_oid.version_id.\n> \n> Is that OK?\n\nWe recently discussed pure *unique-id* file names...\n\nVadim... |
[
{
"msg_contents": "This is a bit off topic but email to the author of the trigger bounced..\n\nIn the fti.c (full text index) trigger I see..\n\nsprintf(query, \"INSERT INTO %s (string, id) VALUES ($1, $2)\", indexname);\n\nbelow.. I need to add something else here.. Basically I'm eliminating the\nneed for the ... |
[
{
"msg_contents": " Date: Tuesday, June 27, 2000 @ 23:31:54\nAuthor: tgl\n\nUpdate of /home/projects/pgsql/cvsroot/pgsql/src/backend/postmaster\n from hub.org:/home/projects/pgsql/tmp/cvs-serv57303/src/backend/postmaster\n\nModified Files:\n\tpostmaster.c \n\n----------------------------- Log Message ---... |
[
{
"msg_contents": "> Yes, the file name will be pg_class_oid.version_id.\n\nWhat about segmented files (ie: those over 1Gb)?\n\n--\nPeter Mount\nEnterprise Support\nMaidstone Borough Council\nAny views stated are my own, and not those of Maidstone Borough Council\n\n",
"msg_date": "Wed, 28 Jun 2000 08:21:00... |
[
{
"msg_contents": "\n> I am suggesting this symlink:\n> \n> \tln -s data/base/testdb/myspace /var/myspace/testdb\n> \n> rather than:\n> \n> \tln -s data/base/testdb/myspace /var/myspace\n\nI guess on similar reasoning I would suggest inserting the extent\nsubdirectory, because it would be easier to create diffe... |
[
{
"msg_contents": "\n> > I've been assuming that we would create a separate tablespace for\n> > each database, which would be the location of that database's\n> > system tables. It's probably also the default tablespace for user\n> > tables created in that database, though it wouldn't have to be.\n\nI think I ... |
[
{
"msg_contents": "\n> > I am suggesting this symlink:\n> > \n> > \tln -s data/base/testdb/myspace /var/myspace/testdb\n> > \n> > rather than:\n> > \n> > \tln -s data/base/testdb/myspace /var/myspace\n> \n> I guess on similar reasoning I would suggest inserting the extent\n> subdirectory, because it would be ea... |
[
{
"msg_contents": " \n> Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at> writes:\n> >> Thomas Lockhart <lockhart@alumni.caltech.edu> writes:\n> >>>> create table t1 (x int);\n> >>>> create function foo (out int) returns int as ...;\n> >>>> select foo(x) from t1;\n> >> \n> >>>> will give two columns for the... |
[
{
"msg_contents": "\n> I don't suppose there is a 'disable constraints' command? Or \n> the ability to\n> set all constraints as deferrred until commit-time?\n\nI think this is already available, but I am not sure it is suited for \na restore, since it uses memory for the constraint checking queue.\n\nAndreas\n... |
[
{
"msg_contents": "\n> > > > The symlinks wouldn't do any good for what Bruce had in \n> > > > mind anyway (IIRC, he wanted to get useful per-database\n> > > > numbers from \"du\").\n> > > \n> > > Our database design seems to be in the opposite direction\n> > > if it is restricted for the convenience of command... |
[
{
"msg_contents": "\n> AFAIK,schema is independent from user in SQL92.\n> So default_tablespace_per_user doesn't necessarily imply\n> default_tablespace_per_schema.\n\nWell, sombody must be interpreting this wrong, because \nin Informix and Oracle the schema corresponds to the owner\nand they say they conform t... |
[
{
"msg_contents": "\n ....current CVS:\n\n./configure:\n\nsed: can't read ./src/bin/pg_dump/Makefile.in: No such file or directory\nsed: can't read ./src/bin/pg_version/Makefile.in: No such file or directory\nsed: can't read ./src/bin/psql/Makefile.in: No such file or directory\nsed: can't read ./src/interfaces... |
[
{
"msg_contents": "Version: 7.0.2\n\nThere seems to be a problem with creating a unique constraint, like this:\n\nbray=# CREATE TABLE supplier ( terms CHAR(2) ,ac_code CHAR(5) \nUNIQUE) INHERITS (organisation);\nNOTICE: CREATE TABLE/UNIQUE will create implicit index 'supplier_ac_code_key' \nfor ta... |
[
{
"msg_contents": "Daniel Freedman wrote:\n> \n> Hi,\n> \n> Anyway, Yahoo reported this morning\n> (http://biz.yahoo.com/bw/000628/ca_va_linu.html) that MySQL formed a\n> strategic alliance with VA Linux and released their MySQL product under\n> the GPL license.\n\nby going GPL and adding transactions they dese... |
[
{
"msg_contents": "Bruce Momjian <pgman@candle.pha.pa.us> writes:\n> If we put multiple database tables in the same directory, have we\n> considered how to drop databases? Right now we do rm -rf:\n\nrm -rf will no longer work in a tablespaces environment anyway.\n(Even if you kept symlinks underneath the DB di... |
[
{
"msg_contents": "I'm about halfway done with revising backend memory management per\nthe discussions on pghackers around the end of April (see the\njust-committed src/backend/utils/mmgr/README for latest version\nof the proposal). There are several things that weren't previously\ndiscussed that are now looki... |
[
{
"msg_contents": "Hi guys !!!!\n\nJust a little question, I'd want to know, if the following situation is \na normal restriction(is should be strange..), or if it's a bug , or maybe\nif I'm missing something ...\n\nventasge2000=# create table t1 (c1 char(10),c2 varchar(10));\nCREATE\nventasge2000=# insert into... |
[
{
"msg_contents": "Where can I get more information about programming in SPI. \n(more than in PostgreSQL documentation).\nThanks for any help\nAdam\n\n\n\n\n\n\n\n\nWhere can I get more information about programming in \nSPI. \n(more than in PostgreSQL documentation).\nThanks for any help\nAdam",
"msg_dat... |
[
{
"msg_contents": "\n> > \tln -s data/base/testdb/myspace/extent1 /var/myspace/extent1/testdb\n> \n> The idea was to put the main files in the directory, and create Extent2,\n> Extent3 directories for the extents.\n\nThe reasoning was, that the database subdir should be below the extentdir,\nso that creating di... |
[
{
"msg_contents": "\n> Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at> writes:\n> >>>> I've been assuming that we would create a separate tablespace for\n> >>>> each database, which would be the location of that database's\n> >>>> system tables. It's probably also the default \n> tablespace for user\n> >... |
[
{
"msg_contents": "\n> > > AFAIK,schema is independent from user in SQL92.\n> > > So default_tablespace_per_user doesn't necessarily imply\n> > > default_tablespace_per_schema.\n> > \n> > Well, sombody must be interpreting this wrong, because \n> > in Informix and Oracle the schema corresponds to the owner\n> >... |
[
{
"msg_contents": "The SQL7 way is the schema is the username, with the exception of \"dba\" -\nit's used as a \"global\" schema.\n\n--\nPeter Mount\nEnterprise Support\nMaidstone Borough Council\nAny views stated are my own, and not those of Maidstone Borough Council\n\n\n-----Original Message-----\nFrom: Hiro... |
[
{
"msg_contents": "\n>Date: Thu, 29 Jun 2000 10:57:37 +0200\n>To: pgsql-admin@postgresql.org\n>From: stanislas pinte <spi@trademine.com>\n>Subject: URGENT PROBLEM: connection time-outs of postgresql backend/frontend\n>\n>hello,\n>\n>I posted several questions in the mailing list \"general\", and received no \n>... |
[
{
"msg_contents": "\n> > As I said in another posting a user does not need to exist\n> > for each schema. The dba can create objects under any \n> > schema name.\n> >\n> \n> Sorry for my poor understanding.\n> What I meant was that SQL92 allows the following.\n> \n> \tschema\t\towner\n> \t----------------------... |
[
{
"msg_contents": "\n> > > I think I would prefer the ability to place more than one \n> > database into \n> > > the same tablespace.\n> > \n> > You can put user tables from multiple databases into the same\n> > tablespace, under this proposal. Just not system tables.\n> \n> Yes, but then it is only half baked... |
[
{
"msg_contents": "The web page\n\nhttp://www.paulandlesley.org/gmake/autodep.html\n\ndescribes the automatic dependency generation mechanism I plan to\nimplement (in particular the \"Advanced\" section). I intend to get rid of\nthe make depend targets afterwards.\n\nIf you're interested, take a look. It's real... |
[
{
"msg_contents": "Can someone explain why 'volatile' is used in psql/mainloop.c? Seems\nvolatile is only for hardware-specific variables that can not be\noptimized.\n\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If ... |
[
{
"msg_contents": "Is volatile being used because the variables are modified in a signal\nhandler? Maybe.\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\n + Chri... |
[
{
"msg_contents": "I need someone for a project I need done. The project will require upfront\npricing no hourly bids will be accepted. All interested will need to\nintergrate a database into a website. If you know how to do this email me at\nscott@scottsdesk.com. I will give you the scoop on what I will need f... |
[
{
"msg_contents": "I maintain an R package that allows one to access postgresql tables from\nwithin R. (If anyone is curious, the url is\nhttp://rpgsql.sourceforge.net.) I've found it really difficult to write\nan automated configure script that will find the postgresql library and\ninclude files, because dif... |
[
{
"msg_contents": "Here are a few changes to the installation layout for your approval.\n\nThe *.sample files and the initdb input files (BKI) should go into\nPREFIX/share, not lib. Since only initdb has to know about this there\nshould be no problems. As for finding these files, the easiest and safest\nmethod ... |
[
{
"msg_contents": "I'd like to change some things about how the code handles the information\nabout its own version number.\n\nThe version number would be set in configure.in as in\n\nVERSION='1.2.3'\n\n(Keep it in configure.in because it would be nice to have this information\navailable globally. One fine day ... |
[
{
"msg_contents": "\nIf anyone is interested in being sent the current sources for the new\npg_dump & pg_restore, please let me know.\n\nThe utilities now seem to work, but need testing.\n\nThe basic idea is to use pg_dump to dump an *entire* database, and then use\npg_restore to choose what is restored.\n\nThe... |
[
{
"msg_contents": "Hi,\n\n For speed I had a programme (actually a CORBA server) that would\nreceive a lot of records, copy them into a binary record and copied them\ninto the database. As this is a CORBA server on the same machine as the\ndatabase, there are no endedness problems or anything like that. This... |
[
{
"msg_contents": "Thus spake Jakub Bartosz Bielecki\n> I'm not really into PostgreSQL development, first of all.\n> However once I have needed to use INET type\n> in my database and (sadly) I noticed 2 very serious bugs:\n> \n> 1. all functions which return text (host, network etc) should\n> \treturn pascal-li... |
[
{
"msg_contents": "\nA minor nasty error I got when trying to improve the query used to disable\ntriggers:\n\ncreate table t1(f1 int4, f2 int4);\ncreate table t2(f1 int4, f2 int4);\n\ninsert into t1 values(1, 0);\ninsert into t1 values(2, 0);\n\ninsert into t2 values(1, 0);\n\nupdate t1 set f2=count(*) from t2 ... |
[
{
"msg_contents": "Hi!\n\nAttached is the tableoid patch. If there are no objections can I have\nthis applied?\n\nThanks!\n\n-- \nChris Bitmead\nmailto:chris@bitmead.com",
"msg_date": "Sat, 01 Jul 2000 15:41:22 +1000",
"msg_from": "Chris Bitmead <chris@bitmead.com>",
"msg_from_op": true,
"msg_su... |
[
{
"msg_contents": "At 13:53 30/06/00 -0300, The Hermit Hacker wrote:\n>\n>Sounds like something that is a suitable replacement for what we have now\n>... I particularly like the 'compressed output' *but* is there some way,\n>for the paranoid, of doing an uncompressed format\n>(--dont-compress?)? Then again, ho... |
[
{
"msg_contents": "The postmaster doesn't seem to want to shut down cleanly with active\nconnections anymore.\n\nStart up a server, start up a connection (say, psql), press Ctrl-C in the\nserver window.\n\n| peter ~$ pg-install/bin/postmaster -D /home/peter/pg-install/data -p6543\n| DEBUG: Data Base System is ... |
[
{
"msg_contents": "[ Charset ISO-8859-1 unsupported, converting... ]\n> We've got 7 linux templates all doing the same thing, and one more\n> (s390) coming up. How about putting them all into one?\n> \n> Any news on why linux_alpha defines CPU=alpha, which\n> is used in backend/storage/ipc/Makefile:\n> \n> ifeq... |
[
{
"msg_contents": "\nIf anybody out there is comfortable with using make, has the PG sources on\ntheir machine, and is interested in testing a new version of pg_dump,\nplease let me know.\n\nDetails of the revised pg_dump, and new pg_restore are at the end of this\nmessage.\n\nThanks,\n\nPhilip Warner.\n\n-----... |
[
{
"msg_contents": "Hello,\n\nI tried to install postgresql-6.5.3 through ports to FreeBSD-3.4,\nbut couldn't be successful.\nIt stopped like below. It was the same error when I tried to install postgresql-6.5.2.\n\nCould anyone give me any advices? Thank you very much in advance.\n\n----------------------------... |
[
{
"msg_contents": "\n> - the default output file format is a custom format with compressed\n> sections (the data dumps). It is NOT a text file.\n\nCan this be turned off, or made to be feature, that you can turn on ? \nImho most dumps will be piped to a locally \noptimized compressor (a tape, a storage manager,... |
[
{
"msg_contents": "At 09:56 3/07/00 +0200, Zeugswetter Andreas SB wrote:\n>\n>> - the default output file format is a custom format with compressed\n>> sections (the data dumps). It is NOT a text file.\n>\n>Can this be turned off, or made to be feature, that you can turn on ? \n>Imho most dumps will be piped to... |
[
{
"msg_contents": "\n> > As suggested I have now added a '--plain-text, -p' option to pg_dump\n> > to dump it into text.\n> \n> The *default* action of pg_dump should be to write plain text and to\n> standard output. Changing that will certainly make a lot of \n> people very unhappy.\n\nImho the default should ... |
[
{
"msg_contents": "\n> > > > > In my mind the point of the \"database\" concept is to \n> > > provide a domain\n> > > > > within which custom datatypes and functions are available.\n> > > >\n> > > \n> > > AFAIK few users understand it and many users have wondered\n> > > why we couldn't issue cross \"database\" ... |
[
{
"msg_contents": "At 10:18 3/07/00 +0200, Zeugswetter Andreas SB wrote:\n>\n>Imho the default should be text for anything except data. The data should\n>imho \n>be in a format similar to a binary cursor. I say similar, because this\n>format should \n>probably be converted to a network byte order, so you can re... |
[
{
"msg_contents": "\n> At 09:56 3/07/00 +0200, Zeugswetter Andreas SB wrote:\n> >\n> >> - the default output file format is a custom format with compressed\n> >> sections (the data dumps). It is NOT a text file.\n> >\n> >Can this be turned off, or made to be feature, that you can \n> turn on ? \n> >Imho most du... |
[
{
"msg_contents": "\n> It just occurred to me that I may be missing something...do you mean you\n> would prefer to avoid the 'COPY' commands as the backup technique? If so,\nI\n> think that's best left to somebody else (or me, but not now, and probably\n> not until the WAL is implemented).\n\nYes, that was what... |
[
{
"msg_contents": "At 10:39 3/07/00 +0200, Zeugswetter Andreas SB wrote:\n>\n>Could the text format be changed in a compatible way, \n>that would allow pg_restore's features ? I am thinking of inserted comment \n>lines that describe the needed sections. \n\nQuite possibly; although part of my motivation in writ... |
[
{
"msg_contents": "\nPhilip Warner [mailto:pjw@rhyme.com.au] wrote:\n> At 10:39 3/07/00 +0200, Zeugswetter Andreas SB wrote:\n> >\n> >Could the text format be changed in a compatible way, \n> >that would allow pg_restore's features ? I am thinking of \n> inserted comment \n> >lines that describe the needed sect... |
[
{
"msg_contents": "\n\nHi. I just came accross the big trouble.\n\" ERROR: Procedures cannot take more than 8 arguments\"\nReally?!? Does anybody know what to do to make it take 9 and more argments.\ngrishick\ngrisha@iqchoice.com \n\n",
"msg_date": "Mon, 3 Jul 2000 13:15:07 +0400",
"msg_from": "\"Grigo... |
[
{
"msg_contents": "At 10:56 3/07/00 +0200, Zeugswetter Andreas SB wrote:\n>\n>Do we already check for zlib ? It is probably not available everywhere.\n\nThat may be true - although I thought it was pretty universal. \n\nI will have a look at using something 'HAVE_ZLIB' setting to enable/disable\ncompressed outp... |
[
{
"msg_contents": "At 10:49 3/07/00 +0200, Zeugswetter Andreas SB wrote:\n>> It just occurred to me that I may be missing something...do you mean you\n>> would prefer to avoid the 'COPY' commands as the backup technique? If so,\n>I\n>> think that's best left to somebody else (or me, but not now, and probably\n>... |
[
{
"msg_contents": "\nCan anyone tell me what the concept of a \"group\" is in\nbackend/libpq/portal.c? There are functions like PQntuplesGroup,\nPQfnumberGroup, PQfsizeGroup, PQftypeGroup etc etc.\n",
"msg_date": "Mon, 03 Jul 2000 23:10:25 +1000",
"msg_from": "Chris Bitmead <chris@bitmead.com>",
"ms... |
[
{
"msg_contents": "There's a broken configure test for fcntl(F_SETLK). (Hint: Of course it's\ngoing to fail if you don't include the header file that defines\nF_SETLK.) Apparently, it's been broken for quite a while so I'm afraid to\nfix it, considering the problems with file locking.\n\nReading up on TODO.deta... |
[
{
"msg_contents": "\nWhat was the reason that PQprint was abandoned and psql went in its own\ndirection?\n\n-- \nChris Bitmead\nmailto:chris@bitmead.com\n",
"msg_date": "Tue, 04 Jul 2000 00:19:31 +1000",
"msg_from": "Chris Bitmead <chris@bitmead.com>",
"msg_from_op": true,
"msg_subject": "PQprin... |
[
{
"msg_contents": "\nMy work on pg_dump/pg_restore has left me wondering about also supporting\nBLOBs. I realize that TOAST will replace BLOBs, but the ability to dump &\nrestore a DB with BLOBs will make conversion a lot easier, I would guess.\n\nThe question then is, for the purpose of pg_dump/restore, how di... |
[
{
"msg_contents": "Greetings all,\n\nI'm sending this to -announce, -hackers, and -general; apologies for\nthe cross-post. Replies should automatically go to -general, which\nis the best forum for this discussion. But I wanted to make sure\nthe largest possible audience of PostgreSQL users had a chance to\nco... |
[
{
"msg_contents": "Hi.\n\nI suspect that maybe this can be solved by changing some tunables, but the\nproblem I am seeing is that after a \"VACUUM ANALYZE\" on our production\ndatabase, we get the following NOTICE's:\n\nNOTICE: RegisterSharedInvalid: SI buffer overflow\nNOTICE: InvalidateSharedInvalid: cache ... |
[
{
"msg_contents": "If you get something like\n\nFATAL 2: Open(\"/home/peter/pg-install/data/global/pg_control\") failed: 2\n\nthen you need to\n\na) initdb\n\nb) cd ....data\n mkdir global\n mv pg_control pg_database pg_group* pg_log pg_shadow pg_variable global/\n\n\n-- \nPeter Eisentraut ... |
[
{
"msg_contents": " Date: Monday, July 3, 2000 @ 19:09:54\nAuthor: wieck\n\nUpdate of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt\n from hub.org:/tmp/cvs-serv55060/backend/utils/adt\n\nModified Files:\n\tarrayfuncs.c cash.c char.c float.c formatting.c int.c int8.c \n\tlztext.c mac.c nabstime.... |
[
{
"msg_contents": "> The problem appears to be that DataFill() is invoked on the tuple\n> after toasting, and it forces the infomask to zero, losing any\n> transaction status bits that may have been there. I think perhaps\n> line 93 of heaptuple.c should be\n> \n> \t*infomask &= HEAP_XACT_MASK;\n> \n> not\n> \... |
[
{
"msg_contents": " Date: Tuesday, July 4, 2000 @ 01:17:03\nAuthor: momjian\n\nUpdate of /home/projects/pgsql/cvsroot/pgsql/doc/TODO.detail\n from hub.org:/home/projects/pgsql/tmp/cvs-serv13812/pgsql/doc/TODO.detail\n\nRemoved Files:\n\talpha default distinct flock fsync function limit null \n\tpg_shadow ... |
[
{
"msg_contents": "\nSorry about that; I didn't check the 'to' address before sending the patch...\n\n\n----------------------------------------------------------------\nPhilip Warner | __---_____\nAlbatross Consulting Pty. Ltd. |----/ - \\\n(A.C.N. 008 659 498) | ... |
[
{
"msg_contents": "\nI am wondering if anyone can see an immediate problem in creating a function:\n\n heap_create_oid\n\nwhich is just like heap_create, but takes an oid arg. This oid (assuming\nit's free) would be used to create the object.\n\nThis could then bes called from a new \n\n heap_create_with... |
[
{
"msg_contents": "At 03:23 4/07/00 -0400, Tom Lane wrote:\n>IMHO we'd be damned fools to\n>ignore his advice completely. Sticking your head in the sand is not\n>a good defense mechanism.\n\nFWIW, I think the disclaimer could be strengthened to protect people who\nsell the PostgreSQL CD, and people who offer i... |
[
{
"msg_contents": "At 02:57 4/07/00 -0400, Tom Lane wrote:\n>Philip Warner <pjw@rhyme.com.au> writes:\n>> I am wondering if anyone can see an immediate problem in creating a\nfunction:\n>> heap_create_oid\n>> which is just like heap_create, but takes an oid arg. This oid (assuming\n>> it's free) would be us... |
[
{
"msg_contents": "Can someone comment on this? Why doesn't OID work in foreign keys. \nSeems this is a bug.\n\n> First off I want to say thank your for creating a sorely needed reference and\n> sharing it with the online world via the PDF document.\n> \n> I do have one minor complaint though. I'm learning Po... |
[
{
"msg_contents": "Hi,\n\n while moving my development environment onto my notebook I\n found a little module that needed to go into contrib. It\n provides aggregates for variance and standard deviation for\n float8. Can be found now under contrib/statmath.\n\n While doing so I noticed ... |
[
{
"msg_contents": "\nOkay, from seeing the responses so far on the list, I'm not the only one\nthat has issues with the whole \"juristiction of virginia\" issue *or* the\n\"slam this copyright in ppls faces\" ... I do like the part in BOLD about\n\"ANY DEVELOPER\" instead of just the \"UNIVERSITY OF CALIFORNIA\... |
[
{
"msg_contents": "Hi:\n\nSeveral people have complained about forking from the BSD license. If the \nBSD license is so flawed, why not open the discussion to FreeBSD and other \nBSD license users. If the license truely is flawed, it can be \"fixed\" for \nall. Then no one can claim: 1) a PostgreSQL fork, 2)... |
[
{
"msg_contents": "Hi,\n\n\n./configure --prefix=~/PostgreSQL --enable-locale --enable-multibyte=LATIN2\nmake:\n\nmake[4]: Entering directory `/home/pavel/pgsql/src/backend/utils/mb'\nmake[4]: `SUBSYS.o' is up to date.\nmake[4]: Leaving directory `/home/pavel/pgsql/src/backend/utils/mb'\nmake[3]: Leaving direct... |
[
{
"msg_contents": "Just a short note that I'm leaving the office for vacation. ECPG stuff will\nhave to wait until I'm back, or until someone else takes care. :-)\n\nMichael\n-- \nMichael Meskes\nMichael@Fam-Meskes.De\nGo SF 49ers! Go Rhein Fire!\nUse Debian GNU/Linux! Use PostgreSQL!\n",
"msg_date": "Tue, ... |
[
{
"msg_contents": "Hi,\n\nWhen I run a sequence test, I get the following error message:\n\n=============== installing languages... =================\ninstalling PL/pgSQL .. createlang: missing required argument PGLIB\ndirectory\n\n\nCould anyone tell me why and how to resolv it?\n\n\nThanks.\n\n-... |
[
{
"msg_contents": "For discussion:\n\n First what the current implementation and the yet to be done\n proposals do.\n\n All varlena data types (text, char, varchar, arrays) will\n finally be toastable. Every table that uses such types\n will have a secondary relation to move off a... |
[
{
"msg_contents": "> Before I do that I want to confirm the major problem I had w/postgres:\n> the 8K tuple limit. When trying to import some tables from MySQL,\n> postgres kept choking because MySQL has no such limit on the size of a\n> row in the database (text fields on MySQL can be multi-megabyte).\n\nJan i... |
[
{
"msg_contents": "I think we need a --with-zlib switch for the new pg_dump. Or at least a\n--without-zlib switch, if you think that it's widespread enough.\n\n\n-- \nPeter Eisentraut Sernanders v�g 10:115\npeter_e@gmx.net 75262 Uppsala\nhttp://yi.org/peter-e/ Swe... |
[
{
"msg_contents": "A while ago I suggested to create a backend internal function that takes\nan internal type name and an atttypmod and formats it to a canonical SQL\ntype, to be used by pg_dump, psql, and anyone who feels like it.\n\nI have it written now, here's an example of how it works. Any comments?\n\n\n... |
[
{
"msg_contents": "There seems to be a general issue here with usernames.\n\nPG creates only lower case usernames. I am happy that if usEr can't type, it's\nhis problem but I have a definite problem with Identd authentication from an NT\nclient (or ident server whichever you choose ) which insists on pretty-p... |
[
{
"msg_contents": "\n>The only part that I believe at least one person had an issue with was:\n\n>\"Any person who contributes or submits any modification or other change\n>to the PostgreSQL software or documentation grants irrevocable,\n>non-exclusive, worldwide permission, without charge, to use, copy,\n>furt... |
[
{
"msg_contents": "As we know, the inet and cidr types are still broken in several ways,\namongst others input and output functions, operators, ordering. I've\ncollected the bug reports from the last year or so from the archives.\n\nThere's apparently a lack of understanding of what exactly are these types\nare... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.