Hi
I am trying to figure out which view in the information schema or the system
catalogs will give me the members/columns of a user defined data type.
Any help with this would be great.
Thanks
Craig
---(end of broadcast)---
TIP 6: Have you searche
On Jun 5, 2005, at 6:17 PM, Craig Bryden wrote:
I am trying to figure out which view in the information schema or
the system
catalogs will give me the members/columns of a user defined data type.
Any help with this would be great.
I believe you're referring to the composite variety of user
Hi!In MS
Access/PostgreSQL combination I have login form. After user writes all
neccessary inputs and push the button, a startup procedure creates DSN-less
connection string, receates all linked tables and change connection string
in all pass-through queries. It works nice...But, how to achi
Am Samstag, den 04.06.2005, 15:22 -0500 schrieb Bruno Wolff III:
> On Sat, Jun 04, 2005 at 21:53:24 +0200,
> Joachim Zobel <[EMAIL PROTECTED]> wrote:
> > So WITH will allow recursion so I can walk the graph, right? Does this
> > mean I can recursively join until a terminating condition is reached
Christopher Browne <[EMAIL PROTECTED]> wrote:
> Centuries ago, Nostradamus foresaw when [EMAIL PROTECTED] would write:
> > "Gevik babakhani" <[EMAIL PROTECTED]> wrote:
> >
> >> Beside the documentation, which pg book would you recommend? Which one is
> >> your personal favorite pg book?
> >
> > I
"Gevik babakhani" <[EMAIL PROTECTED]> wrote:
> Beside the documentation, which pg book would you recommend? Which one is
> your personal favorite pg book?
I saw an O'Reilly book [1] this afternoon at a bookshop here in Paris ..
'had to fight the urge to get my credit card out ... :-) Anyone know
In article <[EMAIL PROTECTED]>,
Alex Turner <[EMAIL PROTECTED]> wrote:
% I really wasn't suggesting it be put in the table structure at the DB level,
% more a sidebar suggestion for people building schemas for companies. I can't
% count the number of times I've been asked when something was inse
On Wed, 01 Jun 2005 11:39:22 -0400, [EMAIL PROTECTED] (Tom Lane)
wrote:
>> I have a database with a 'Guest' account, that will have limited
>> access. I don't want any of my guests to change the Guest account
>> password.
>
>Perhaps you should use something other than password authentication
>for
Joachim Zobel schrob:
> Am Samstag, den 04.06.2005, 15:22 -0500 schrieb Bruno Wolff III:
>> On Sat, Jun 04, 2005 at 21:53:24 +0200,
>> Joachim Zobel <[EMAIL PROTECTED]> wrote:
>> > So WITH will allow recursion so I can walk the graph, right? Does this
>> > mean I can recursively join until a ter
Richard Hayward <[EMAIL PROTECTED]> writes:
> On Wed, 01 Jun 2005 11:39:22 -0400, [EMAIL PROTECTED] (Tom Lane)
> wrote:
>> Perhaps you should use something other than password authentication
>> for the guest account.
> I want anyone from anywhere to be able to connect to my_database (only
> my_dat
Dear Postgresql experts,
I'm trying to work out why my system spends so much time autovacuuming.
It looks like pg_autovacuum wakes up every few minutes and does a query
on some system tables, and then spins doing no more queries but burning
all available CPU cycles for a a couple of minutes, b
[EMAIL PROTECTED] wrote:
Christopher Browne <[EMAIL PROTECTED]> wrote:
Centuries ago, Nostradamus foresaw when [EMAIL PROTECTED] would write:
"Gevik babakhani" <[EMAIL PROTECTED]> wrote:
Beside the documentation, which pg book would you recommend? Which one is
your personal favorite pg bo
On Wed, 25 May 2005 at 13:17:31 -0700, Si Chen wrote:
>
> My company (opensourcestrategies.com) is conducting a study of the
> PostgreSQL community to promote better understanding of open source
> software.
Original message:
http://archives.postgresql.org/pgsql-general/2005-05/msg01174.php
I've
At 13:06 05/06/05, Tom Lane wrote:
K C Lau <[EMAIL PROTECTED]> writes:
> esdt=> explain analyze select DISTINCT ON (PlayerID) PlayerID,AtDate from
> Player
> where PlayerID='0' order by PlayerID desc, AtDate desc;
> Unique (cost=0.00..2507.66 rows=1 width=23) (actual time=0.000..187.000
14 matches
Mail list logo