>
> Anyone run into this before? Thanks!
I don't know about pgAdmin or SSL, but I have heard that routers and switches
can have a timeout limit: "the idle time after which an established
connection of any protocol closes".
http://search.gmane.org/?query=router+timeou
assword
to connect to the database server as that 'postgres' user.
--Basil Bourque
On Feb 13, 2011, at 10:46, Sachin Srivastava wrote:
> The postgres account created on your OS is locked account (without any
> password) for security reasons. The password asked during installation i
nally posted that you are upgrading from Postgres 8.4.x to Postgres
9.0.x. I can't speak to that. But I can say: in upgrading between minor
versions of 9.0.x, the 'postgres' user's password definitely does *not* change.
--Basil Bourque
--
Sent via pgsql-general mailing li
ded see the elephant head and "PostgreSQL".
The right-handed see "The world's most advanced open source database.".
--Basil Bourque
128121E76570');
Note the success of this workaround.
My blog post on this issue:
http://crafted-software.blogspot.com/2011/04/passing-uuid-value-to-function-in.html
--Basil Bourque
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Whoops… Typo in the Subject line. Should have been "UUID cannot" rather than
"UUID can".
UUID cannot be written to row when passed as parameter/argument to a PL/pgSQL
function. Feature or bug?
^^^
--Basil Bourque
--
Sent via pgsql-general mailing list (pgsql-genera
Thanks for the suggestion of casting the hex string to uuid. That works.
I tried the standard syntax using "CAST":
VALUES ( CAST( $1 AS uuid) )
--Basil Bourque
> How about:
> CREATE OR REPLACE FUNCTION public.uuid_write_(character varying)
> RETURNS boolean
> LANGUAGE
tell if it is being run in a trigger?
Trigger --> Function_A --> Function_B
--Basil Bourque
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
ta types by querying
the meta-data tables (pg_attribute, pg_class, pg_type). But I cannot get "NEW."
|| colNameVar to be interpreted. Perhaps there is a better approach.
If anyone is curious, my source code is pasted below.
--Basil Bourque
CREATE OR REPLACE FUNCTION
. An internal board
with flash saves on all three, compared to a RAID made of either discs or SSDs.
--Basil Bourque
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
SQL interpreter. Brilliant! It works, and it seems to be fast enough, at least
for my needs.
I'll share my current code & table structure below. Caveat: This code has not
yet been thoroughly tested, nor has it been deployed. I only finalized it
today.
--Basil Bourque
[A] I'm
post on this topic:
http://crafted-software.blogspot.com/2011/10/extensions-in-postgres.html
To install this library in versions of Postgres before 9.1:
http://crafted-software.blogspot.com/2011/10/using-uuid-library-in-postgres.html
--Basil Bourque
--
Sent via pgsql-general mailing list (pgsql-general
Another idea:
On some tables in some databases, I never delete records. I have a boolean
column that marks if a row is in the imaginary garbage can, and thereafter
ignored in all queries. Any true deletes can therefore trigger a "Red Alert".
--Basil Bourque
--
Sent via pgsql-general
d & Write |
+--+-+
|daemon|Read only|
+--+-+
| everyone |Read only|
+--+-+
/Library/PostgreSQL/9.1/data
+--+-+
| postgres | Read & Write |
+--+-----+
ones, but I don’t see any.
Can someone point me in the right direction?
—Basil Bourque
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
FYI…
Link for documentation:
http://www.postgresql.org/docs/9.2/static/index.html
Thanks for the links in the other messages of this thread. Worked for me.
—Basil Bourque
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http
16 matches
Mail list logo