g_location()"
pg_current_xlog_location
--
58/8E1B8D98
So, how do I get the standby to catch up to "catch up" to the primary?
-Adam Cornett
On Tue, Oct 18, 2011 at 5:47 PM, Scott Swank wrote:
> I have a postgres 9.1 database up & running, no problem. Purely in
> terms of writing sql (ddl, dml & pg/plsql), what tools are
> recommended?
>
> Coming from an Oracle world, I'm thinking of toad, sql developer, etc.
>
> 1. psql & text editor
On Fri, Oct 14, 2011 at 2:09 PM, k...@rice.edu wrote:
> On Fri, Oct 14, 2011 at 01:51:04PM -0400, Adam Cornett wrote:
> > On Fri, Oct 14, 2011 at 1:27 PM, Good, Thomas wrote:
> >
> > > I created a table in a hurry and forgot to specify the max capacity for
>
sql
>
According to
http://www.postgresql.org/docs/current/static/datatype-character.html,
"If character varying is used without length specifier, the type accepts
strings of any size. The latter is a PostgreSQL extension."
-Adam Cornett