pending on which version of HP/UX you are using).
-- Korry
---
Korry Douglas
Senior Database Dude
EnterpriseDB Corporation
The Enterprise Postgres Company
Phone: (804)241-4301
Mobile: (620) EDB-NERD
--
Sent via pgsql-gen
That query looks suspiciously similar to a SQL Server (Sybase or
Microsoft) query.
@@options is the name of a SQL Server global variable. It looks like
your client application thinks that it is connected to a copy of SQL
Server, not Postgres.
-- Korry
On Sep 9, 2009, at 4:27 AM
) and then create an index on
that function.
(Please note: that's an answer to the question that you asked above,
not necessarily a recommendation that you choose this particular
collation strategy).
-- Korry
--
Sent via pgsql-general mailing list (pgs
to add new
attributes... Is that possible?
You might consider using inheritance:
CREATE TABLE users(email TEXT) INHERITS(pg_authid);
But I'm not sure that will work on the pg_authid table. And it seems
like you would have to insert/update manually instead of using the
CREATE/ALTER ROLE comma
stderr.
The client application can't intercept those messages. And those
messages will often get lost - many client applications don't have
useful stderr streams (think GUI application on Win32).
-- Korry
--
Korry Douglas <[EMAIL PROTECTED]>
EnterpriseDBhttp://w