Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
postgres
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
bsd  
View profile  
 More options Jul 19 2012, 5:50 pm
From: bsd <stefan.bogdan.dan...@gmail.com>
Date: Thu, 19 Jul 2012 14:50:57 -0700 (PDT)
Local: Thurs, Jul 19 2012 5:50 pm
Subject: postgres

hi,
i saw that in postgres a table should be in public schema for readbean to
function properly;
don't you think that is better to set the schema before you run :
select table_name from information_table.schema where table_name = 'public'
?

thanks,
bsd


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gabor  
View profile  
 More options Jul 22 2012, 6:36 am
From: gabor <gabordemo...@gmail.com>
Date: Sun, 22 Jul 2012 03:36:36 -0700 (PDT)
Local: Sun, Jul 22 2012 6:36 am
Subject: Re: postgres

Hi there,

RedBeanPHP does not support other schemas than the public one.
I don't see the use of multiple schemas in Postgres, no other database does
this.
RedBeanPHP thinks in databases, not schemas. You can still use schemas but
not with the default
RedBeanPHP functions. While I agree you should use the full power of your
database I think there is a limit to this.
For instance Postgres also supports table inheritance, yet RB will not
support that either.
I feel it's important to keep a clear focus and to support basic database
features not very specific ones.
Of course maybe someone will write a plugin or a QueryWriter object that
makes this possible.

Cheers,
Gabor


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »