•  
Results 1 to 3 of 3

Thread: create table as select ...

  1. #1
    Join Date
    Apr 2012
    Location
    Kerala, India
    Posts
    12

    Question create table as select ...

    Is there any limitation on the number of columns or the number of rows fetched by the select query in "create table as select ..." statement?

  2. #2
    Join Date
    Jan 2011
    Posts
    253

    Default

    Number of columns: yes. It's written somewhere in the AdminGuide (I don't have it here).
    Number of rows: your disk space? ;-) It's virtually unlimited, in reality you will run into physical limits.

  3. #3

    Default

    Columns limit per table/view is 1600.
    Carlo Ascani - 2ndQuadrant Italy
    PostgreSQL Training, Services and Support
    carlo.ascani@2ndQuadrant.it | www.2ndQuadrant.it

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •